By default the last word in the query is treated a...
# random
k
By default the last word in the query is treated as a prefix search. So in
XYZ15
that word is treated as prefix, but in
XYZ15 clinical
the word
clinical
is treated as prefix. So this can change the results that are fetched. Can you try with
prefix: false
just to see what happens to both the queries?