plone / plone.app.content

Various views for Plone, such as folder_contents, as well as general content infrastructure, such as base classes and name choosers.
https://pypi.org/project/plone.app.content/
7 stars 32 forks source link

JSON like queries fail for KeywordsVocabulary #284

Open szakitibi opened 4 months ago

szakitibi commented 4 months ago

The json like query strings ([test] or {test}) doomed to fail for KeywordsVocabulary, due to the use of _parseJSON:

https://github.com/plone/plone.app.content/blob/68721f40ad41ec3a883174a903a11a4382e2baae/plone/app/content/browser/vocabulary.py#L93-L102