furbooru / philomena

Next-generation imageboard (furry edition)
https://furbooru.org/
GNU Affero General Public License v3.0
14 stars 3 forks source link

Tag search problems #17

Closed HushedFox closed 4 years ago

HushedFox commented 4 years ago

There are some problems with tag search

  1. The text below results says that when searching for "wing" the results should be "winged humanization, wings, and spread wings" but this is not the case:

image

to get those result searching for "wing*" is needed, not "wing":

image

  1. Another problem arises when searching for queries with spaces and wildcards, for example if I searchd for "*l wings*" I would expect to get "small wings", "artificial wings" and "mechanical wings" but instead there are no results.

image

This can be resolved by adding "name:" before the search query, but I think this should be always the default without the need to put that there.

image

  1. When searching descriptions and using wildcards it doesn't work properly.

image

vs

image

Another example: "one of the three" is a fragment of this tag's description:

image

but it can't be found:

image

and this is very strange behavior with the same description, let's try searching for the word "Caninae" (marked blue above):

image

it works, fine. But then the other word in italics from the same tag description, "Canidae" (marked green above):

image

It doesn't work...

HushedFox commented 3 years ago

There is still a problem with tag search, right now it just doesn't work at all for just wing: image

but at least *l wings works now (there were no results earlier) image

And it's the same on Derpibooru

HushedFox commented 3 years ago

See: https://github.com/derpibooru/philomena/issues/235