Skip to content
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

The No Content option of Search is not correctly handled #9

Closed
MacFJA opened this issue Jul 23, 2021 · 0 comments · Fixed by #13
Closed

The No Content option of Search is not correctly handled #9

MacFJA opened this issue Jul 23, 2021 · 0 comments · Fixed by #13
Labels
bug Something isn't working

Comments

@MacFJA
Copy link
Owner

MacFJA commented Jul 23, 2021

If the option NoContent of the search is specified, the command always fail because of the test here:

if (!(1 === count($document))) {

(If NoContent is enabled, at this point, $document is empty)

@MacFJA MacFJA added the bug Something isn't working label Jul 23, 2021
MacFJA added a commit that referenced this issue Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant