hi! i'm trying to implement exact phrase search but for some reasons its not working as expected using quotes
Example: in my document body i've this text "China is challenging the United States" when i search without quotes i can see that document however when i search using quotes, i'm unable to see that document. Please let me know what went wrong
j
Jason Bosco
05/11/2022, 11:30 PM
@Devendra Sharma May I know what version of Typesense this is?
Hmm, this sounds like a bug... Could you open a Github issue with a minimal dataset that replicates the issue, along with the search query you're using? (Preferably as curl commands)
d
Devendra Sharma
05/11/2022, 11:33 PM
Sure
Devendra Sharma
05/11/2022, 11:44 PM
quick note: not sure if it has do something with query_by fields order, if i shuffles the order and put the field in first place it seems like it ignores the summary field where I've this exact text
k
Kishore Nallan
05/12/2022, 1:32 AM
@Devendra Sharma can you please post a sample document and query that can reproduce the issue?