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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -