vsoch / freegenes

FreeGenes BioNode with Django
https://vsoch.github.io/freegenes/
Mozilla Public License 2.0
2 stars 4 forks source link

Tag search searches all objects, now just the tag #151

Closed Koeng101 closed 4 years ago

Koeng101 commented 4 years ago

Describe the bug When searching on hashtags, all parts come up, not just ones with the tag.

To Reproduce https://freegenes.dev/search?q=#openenzyme

Expected behavior Only for parts with the desired tag to appear

If applicable, add versions and screenshots to help explain your problem.

vsoch commented 4 years ago

What is a search with a hashtag? Is there something you wanted implemented that I don't know about?

vsoch commented 4 years ago

I can add tags to be searched and remove any # characters, but custom parsing of the query string I think is out of scope for this round of work, because it's a much more complicated discussion and then implementation.