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
Now, we can only filter by "document.type", but we have come across the situation where we have different content based on the same custom type. It this case, it would be nice if we can filter directly by tag, instead of doing it by querying by document.type and then filtering by tag in client side.
implementation ideas
In "_prismicQuery" method we should add a new option to filter by tag.
The text was updated successfully, but these errors were encountered:
Current behaviour
Now, we can only filter by "document.type", but we have come across the situation where we have different content based on the same custom type. It this case, it would be nice if we can filter directly by tag, instead of doing it by querying by document.type and then filtering by tag in client side.
implementation ideas
In "_prismicQuery" method we should add a new option to filter by tag.
The text was updated successfully, but these errors were encountered: