-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
ElasticSearch query doesn't apply #11258
Comments
Hey @igorvolocRC, We have created an internal ticket to look into this which we will be tracking as "GHC-317" |
Hey @igorvolocRC, Are you sure this worked in |
That is interesting, thanks for testing. I will dig through the release notes and see if I can spot the change. |
Hello, +1 here. I have just updated from |
Hey @quicpx, I have just popped in a fix for this, It looks like we were no longer sending the body on a GET request so I updated it to a POST and all is good. Once reviewed and merged it will be available in a future release. |
I have just updated from 1.57.0 to 1.65.2 and facing the same issue |
Fix got released with |
Bug Description
When executing a search query in the Elasticsearch node, the intended filtering is not applied. Instead of returning the correct subset of matching documents, the search retrieves all the most recent documents up to the specified limit or the maximum default limit of 10,000 documents.
I noticed this after the upgrade from 1.55.2 -> 1.62.5
Tomorrow, I'll provide more details.
To Reproduce
Expected behavior
The query should be applied to filter documents.
Operating System
n8nio/n8n:1.62.5
n8n Version
1.62.5
Node.js Version
n8nio/n8n:1.62.5
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: