You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
I'm accessing a bolt site with 3 contenttypes, all of which have a 'groups' taxonomy.
I'd like to request all the content with a particular group, across all contenttypes.
A simple /json/search?q=gwf does a search across all properties in all content, but returns content with the string in its title or similar, as well as those for which it is their group
but when I try to specifically filter group by this string: /json/search?q=filter[groups]=gwf
it returns no results
I know such content exists because /json/pages/?filter[groups]=gwf
returns results
Is this intended/expected behaviour? If so could I request a feature for it to become possible to filter all content for that which has a certain property which matches the string?