Hi all,
I just wanted to ask if it is possible to filter blogs via the Ghost Content API with multiple tags. For instance I want to filter blogs in a continent (i.e. europe) AND a certain country (i.e. spain). How can I do this?
The API works well with OR operator (i.e. &filter=tag:[europe,spain]
) but returns “Error parsing filter” when trying the AND operator (i.e. &filter=tag:[europe+spain]
).
I have seen other related posts which I will leave below but I still do not understand if a solution has been found or not.
-
Getting “Error parsing filter” when filtering by multiple tags
-
[API] How to filter articles having tag A and tag B (both of them)
Thanks in advance!