You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to retrieve results from DDB when querying with more than one keyword, even when using two keywords from a result title which was retrieved with a single keyword. E.g. 5th result of query "weben" is "weberin beim weben", while "weberin weben" returns 0 results.
The text was updated successfully, but these errors were encountered:
I have debugged this, and the problem is that the PR generates a wrong query.
actual the queryGenerator is:
"queryGeneratorClass": "eu.eexcess.partnerrecommender.reference.OrQueryGeneratorFieldTermConjunction",
I am not able to retrieve results from DDB when querying with more than one keyword, even when using two keywords from a result title which was retrieved with a single keyword. E.g. 5th result of query "weben" is "weberin beim weben", while "weberin weben" returns 0 results.
The text was updated successfully, but these errors were encountered: