Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Filter across content types via /search? #93

@sockenfeet

Description

@sockenfeet

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions