ajah / sks-interface

0 stars 0 forks source link

Custom filter not working properly #60

Open gustavohandrade opened 1 year ago

gustavohandrade commented 1 year ago

@psdcode On the custom filters, only the Sustainability option updates the results automatically. The other two options (Climate Change and Climate Education) add the term to the query but do not run it. Not even when the user clicks on the search button again.

psdcode commented 1 year ago

@gustavohandrade I think the backend might not be parsing the space between the words correctly ("climate change"), whereas sustainability is one word, so it works. What do you think @brittwitham

gustavohandrade commented 1 year ago

@psdcode I misinterpreted this feature. It is supposed to work by creating a new search query with a set of predetermined keywords to be searched (and the ones not to include). Sorry about that.

If we had the term "water," for example, when I click it, the new query should include river and lake and exclude "water polo." Even if I have not searched for anything yet.