barisusakli / nodebb-plugin-dbsearch

A plugin that uses the database for search
16 stars 24 forks source link

Boolean operators support for searches #43

Closed Hadden89 closed 6 years ago

Hadden89 commented 6 years ago

Sometimes, it's hard to find content in NodeBB based forums due lack of the support of these. Often tag system and plain searches in the categories show a lot of results which are not precise.

Wondering if it could be easily implemented in some way.

barisusakli commented 6 years ago

and/or is supported in the advacned search panel, change match words from all to any if you want OR

MongoDB also supports not you can search for "php" -"nodebb" to match php but not nodebb

An-dz commented 6 years ago

and/or is supported in the advacned search panel, change match words from all to any if you want OR

But that's only global AND and OR, from my point of view the request is to allow use of both.

E.g. (computer AND bool) OR boolean