Skip to content

How to do AND queries with this tokenizer? #7

@brendand

Description

@brendand

I have an example of a term I would search for without this tokenizer and it would bring back a record.

If the data is:

Cat and Mouse

if I searched for:

Cat Mouse

then SQLite would return the record.

But with the character tokenizer installed, it no longer returns any records with the words Cat and Mouse in them. It MUST be queried as Cat and Mouse to get results.

Is there a workaround for that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions