discourse/app
Bianca Nenciu c9a46cfdda
FIX: Use ILIKE for searching categories (#26619)
Full text search does not return ideal results for category dropdown.
Usually, in category dropdowns we want to search for categories as we
type. For example, while typing "theme", the dropdown should show
intermediary results for "t", "th", "the", "them" and finally "theme".
For some of these substrings (like "the"), full text search does not
return any results, which leads to an unpleasant user experience.
2024-04-17 17:20:25 +03:00
..
assets DEV: Avoid using @tracked as a decorator in RenderGlimmer object literal 2024-04-17 15:19:23 +01:00
controllers FIX: Use ILIKE for searching categories (#26619) 2024-04-17 17:20:25 +03:00
helpers DEV: Move chat service objects into core (#26506) 2024-04-04 10:57:41 -03:00
jobs UX: make first admin a moderator to review user approvals. (#26588) 2024-04-10 20:59:03 +05:30
mailers FIX: Ensure invalid timezone does not block critical emails (#26607) 2024-04-12 10:53:44 -04:00
models Revert "FIX: Post uploads setting access_control_post_id unnecessarily (#26627)" (#26643) 2024-04-16 14:10:25 +10:00
serializers DEV: Drop FoundUserWithStatusSerializer (#25884) 2024-04-12 15:08:07 +04:00
services FEATURE: Merge user associated accounts, favouring the target user upon conflict (#26645) 2024-04-16 17:37:33 +08:00
views DEV: allow themes to render their own custom homepage (#26291) 2024-04-02 11:05:08 -04:00