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
Post a Comment