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
Summary
When running a search with an AND query, I epxected to get 2 documents back, instead an empty document list is returned.
Steps to Reproduce
Input json:
{"index": "index-1", "documents": [
{
"id": "a",
"text1": "hello world",
"text2": "testing search api and world"
},
{
"id": "b",
"anotherText": "There is also a corresponding asynchronous method, "
},
{
"id": "c",
"text3": "This string also contains the word world and api"
},
{
"id": "firstdate",
"date_entered": "2018-12-12",
"text4": "This is a test of the national broadcasting system"
},
{
"id": "seconddate",
"date_entered": "2019-04-04",
"text5": "Who are the britons?"
}
]}
Summary
When running a search with an AND query, I epxected to get 2 documents back, instead an empty document list is returned.
Steps to Reproduce
Input json:
UnitTest
Test Failure
Expected
Two documents id: a, id: c
Actual
No documents.
SearchAPI logs
The text was updated successfully, but these errors were encountered: