hi! i'm trying to implement exact phrase search bu...
# community-help
d
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
@Devendra Sharma May I know what version of Typesense this is?
d
i'm using this 0.23.0.rc64
j
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
Sure
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
@Devendra Sharma can you please post a sample document and query that can reproduce the issue?