plone / plone.app.querystring

Provides an queryparser, querybuilder and extra helper tools, to parse stored queries to actual results, used in new style Plone collections
https://pypi.org/project/plone.app.querystring/
2 stars 26 forks source link

Fix query update with custom query #103

Closed cekk closed 2 years ago

cekk commented 2 years ago

For example when you perform a restapi call to filter by UID and the endpoint automatically add a not query for current context's UID.

With old code we used "update" method that overrides the vale of the query.

mister-roboto commented 2 years ago

@cekk thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!

cekk commented 2 years ago

@jenkins-plone-org please run jobs

cekk commented 2 years ago

@jenkins-plone-org please run jobs

petschki commented 2 years ago

@jenkins-plone-org please run jobs