SQLite Full Text Search: PHRASE query with AND operation -


i create phrase query in fts :

 column_name match '"a* b*"'  

this query ok.

now, want create query include phrase query and operation this:

table_name match 'column1_name:"a* b*" , column2_name:c'

this query returns error.


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -