Friends, search
This commit is contained in:
@@ -1256,6 +1256,12 @@ module.exports = {
|
||||
filtriadded.push(...params.filtersearch);
|
||||
}
|
||||
|
||||
if (params.options) {
|
||||
if (this.isBitActive(params.options, shared_consts.OPTIONS_SEARCH_ONLY_FULL_WORDS)) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
if (filtriadded) {
|
||||
if (filtriadded.length > 0)
|
||||
query.push({$match: {$and: filtriadded}});
|
||||
|
||||
Reference in New Issue
Block a user