-
-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lucene query only return two of three documents from index #393
Comments
This will most likely all boil down to analyzers. You'll need to describe exactly how your index is configured:
|
For this specific index it is using I will see if I can find a way the replicate the issue, but I don't see any specific difference in the three indexed documents besides different values in the fields. I also find it a bit strange that Luke return three results and Examine search from backoffice (IIRC this use ManageQuery). |
I had a closer look at the index. The items has the following
https://tickstodatetime.azurewebsites.net/ and the query looks like this using
It seems to correct filter 2 items, but in Umbraco backoffice is doesn't seems the daterange filter has any effect.
|
We have the following Lucene query in an Umbraco project:
Which return two results, which page index 0 and page size 100:
But searching in Umbraco backoffice it return three results.
I don't see anything specific regarding the last document besides it is missing a
city
property.When searching using Luke this didn't result any results:
but without
latestValidDate
ranger query:Anything specific that could prevent the last index item to be mapped to an
ISearchResult
?Examine v3.3.0
Umbraco v13.4.1
The text was updated successfully, but these errors were encountered: