-
-
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
Nested query doesn't return results #330
Comments
I had another scenario in same project, where I did this:
where durations variable is
I think it would be great it the docs showed a few example of nested queries using |
Any chance you can create a test in the FluentApiTests to replicate? |
@Shazwazza I have made an attempt to add test case in #334 In the specific project I used the The test case is the one which should work, but originally something like this didn't seem to work:
|
We have a query builder constructing a nested query, so value of registration deadline or end date need to be between
DateTime.Now
andDateTime.MaxValue
.this has been simplified a bit.
which generates a Lucene query like:
The raw query executed in Examine dashboard shows results:
but not mapped to
ISearchResults
:when I comment this part I get results:
Umbraco v10.4.0
Examine v3.0.1
The text was updated successfully, but these errors were encountered: