On 6/29/2020 3:34 PM, Permakoff, Vadim wrote:
The basic query q=expand the methods <<< finds the document,
the query (in quotes) q="expand the methods" <<< cannot find the document
Am I doing something wrong, or is it known bug (I saw similar issues discussed
in the past, but not for exact match query) and if yes - what is the Jira for
it?
The most helpful information will come from running both queries with
debug enabled, so you can see how the query is parsed. If you add a
parameter "debugQuery=true" to the URL, then the response should include
the parsed query. Compare those, and see if you can tell what the
differences are.
One of the most common problems for queries like this is that you're not
searching the field that you THINK you're searching. I don't know
whether this is the problem, I just mention it because it is a common error.
Thanks,
Shawn