Strip @ prefix subquery
Signed-off-by: Mark Beamer Jr <markbeamerjr@gmail.com>
This commit is contained in:
parent
4b88db1f55
commit
e7c97e8420
1 changed files with 9 additions and 0 deletions
|
@ -80,6 +80,14 @@ function getResults (input) {
|
|||
},
|
||||
},
|
||||
};
|
||||
// Try prefix query without an @ if it exists
|
||||
const channelIdentifier = {
|
||||
'prefix': {
|
||||
'name': {
|
||||
'value': escapedQuery.replace(/^@/gi, ''), 'boost': 50,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
const splitName = () => {
|
||||
let queries = [];
|
||||
|
@ -253,6 +261,7 @@ function getResults (input) {
|
|||
conBoost,
|
||||
funcScoreClaimWeight,
|
||||
funcScoreChannelWeight,
|
||||
channelIdentifier,
|
||||
],
|
||||
'must': [
|
||||
channelSearch,
|
||||
|
|
Loading…
Reference in a new issue