theCrag / website

theCrag.com: Add your voice and help guide the development of the world's largest collaborative rock climbing & bouldering platform
https://www.thecrag.com/
109 stars 8 forks source link

Cannot search for areas tagged kid-friendly in combination with orientation tags #4101

Open killakalle opened 2 years ago

killakalle commented 2 years ago

As a father with kids I want the area search to return crags that are kids-friendly AND have the right orientation so that I don't have to open each area individually to find what I am looking for

Here's an example query https://www.thecrag.com/es/escalar/spain/valencia/areas/with-structured-tag/198052873+198052837+198052879+198053143/?sortby=at,desc

And here is the result image

The problem is that all tags are connected using OR. That's good for the orientation tags. But it's bad for the kids-friendly tag. Because I do not want a crag to be either in the shade or kid-friendly, but both at the same time.

It would be amazing to have a query language like in JIRA image https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/

Or maybe github image

Though I'd already be happy if probably some of the tags would be associated by default with OR (like orientation tags) and others with AND (like 'kid-friendly')

Happy to provide more input on this if needed.