Peertube: Tag search is case sensitive, and it should not be

Created on 20 Sep 2018  路  3Comments  路  Source: Chocobozzz/PeerTube

Using beta 13.

Tag search is case sensitive, it should not be.
Example:
https://www.yiny.org/search?tagsOneOf=Clip => 1 result
https://www.yiny.org/search?tagsOneOf=clip => no result

Low Type

Most helpful comment

All 3 comments

Ideally we should even consider lemmatisation. The easiest way would be via the use of a dictionary like aspell, ispell or hunspell.

A complementary approach would be to use Wikidata tags to link concepts and languages together ; see https://github.com/Chocobozzz/PeerTube/issues/352#issuecomment-377204232

Same thing here on PT 1.1.0

https://tube.ac-lyon.fr/search?search=SNT > 4 results
https://tube.ac-lyon.fr/search?search=snt > 0 results

Thanks !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

NoraCodes picture NoraCodes  路  3Comments

roipoussiere picture roipoussiere  路  3Comments

milleniumbug picture milleniumbug  路  3Comments

ChameleonScales picture ChameleonScales  路  3Comments

MikaXII picture MikaXII  路  3Comments