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

Query not filtering integer fields #129

Closed robgietema closed 1 year ago

robgietema commented 1 year ago

The querystring searches for plone.app.querystring.operation.int.is, plone.app.querystring.operation.int.lessThan and plone.app.querystring.operation.int.largerThan expect the value to be a string which will then be converted to an integer. If you pass in an integer directly it won't use that value.

Most likely related to: https://github.com/plone/plone.app.querystring/issues/32