sbp-flarum-search/js
Bart van Bragt f7d9935fb9 feat: suppress ES instant results when search-post-bodies is enabled
When searching inside comments is ON, the autocomplete dropdown now returns
nothing from ES (only usernames show). This avoids showing title-only matches
that are inconsistent with the full comment-body search results.

Also passes filter[autocomplete]=1 to the API so the server uses the fast
title.autocomplete path instead of the full has_child query.
2026-04-16 11:57:34 +02:00
..
dist fix: show TerminalPost in search results when field sort is active or mostRelevantPost is unavailable 2026-04-15 21:24:55 +02:00
src feat: suppress ES instant results when search-post-bodies is enabled 2026-04-16 11:57:34 +02:00
admin.ts wip 2021-10-27 08:02:07 +02:00
forum.ts chore: migrate FE fully to TS 2021-10-13 20:16:14 +01:00
package-lock.json chore: fix prettier formatting and npm audit vulnerabilities 2026-04-10 11:47:38 +02:00
package.json fix: incorrect JS package name 2022-11-21 15:32:22 +00:00
tsconfig.json chore: add JS boilerplate code from Flarum CLI 2021-10-13 19:28:14 +01:00
webpack.config.js wip 2021-10-12 23:15:47 +02:00