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?
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 Mouseif I searched for:
Cat Mousethen SQLite would return the record.
But with the character tokenizer installed, it no longer returns any records with the words
CatandMousein them. It MUST be queried asCat and Mouseto get results.Is there a workaround for that?