relay/app/search
Andros Fenollosa 7ce1e1f862 Fix tag search to match exact words only
- Changed tag search from substring match to exact word match
- Tags like 'emacs' now won't match 'notemacs' or 'emacs-lisp'
- Search remains case insensitive
- Added tests for exact word matching and case insensitivity
2025-10-10 14:59:28 +02:00
..
__init__.py Added groups 2025-09-22 16:51:18 +02:00
apps.py Updated HATEOUS 2025-09-23 18:37:55 +02:00
tests.py Fix tag search to match exact words only 2025-10-10 14:59:28 +02:00
urls.py Updated HATEOUS 2025-09-23 18:37:55 +02:00
views.py Fix tag search to match exact words only 2025-10-10 14:59:28 +02:00