Add prefix search for content and enable autocomplete
This commit is contained in:
parent
5774879331
commit
4538fe2ba8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -23,9 +23,6 @@ export default class DiscussionsSearchSource implements SearchSource {
|
|||
async search(query: string): Promise<void> {
|
||||
// Suppress ES instant results when "search within comments" is ON;
|
||||
// only usernames are shown in that mode.
|
||||
if (app.forum.attribute('blomstraSearchPostBodies')) {
|
||||
return;
|
||||
}
|
||||
|
||||
query = query.toLowerCase();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue