• Hey Guest, don't forget to VOTE on each RFC topic. Your voting determine Chevereto development! No votes, no development.
  • Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Search function for tags

mikaa

Chevereto Member
💡Describe your Feature request

I know that it is currently possible to search for two tags like this:

https://test.com/tag/layout,pokemon

But this will return results for each tag. Is it possible to refine the search system with an AND, for example to get results for an image that has both the pokemon tag and the layout tag? This could give :

(Just an example).

I think this combined with a search bar directly in /explore/tags could greatly improve the beautiful tag system.


👏Where did you saw this?

Multiples cms, search system.
 
Thank you for your feature request.

Yes, the system already supports filtering tags with an AND condition. You can achieve this by using /?match=all in your URL.

For example:
Code:
/tag/tag1,tag2/?match=all

I chose not to use operators like + or - to keep the syntax simpler and to avoid restricting these characters within a tag. The - character is particularly problematic because it is commonly used to separate words, such as in pokemon-fire, and it wouldn't be possible to use it as a tag if it were an operator.

Thank you for your suggestion. If you have any more ideas or need further assistance, please let us know.
 
Back
Top