Strip @ prefix subquery
Signed-off-by: Mark Beamer Jr <markbeamerjr@gmail.com>
This commit is contained in:
parent
34df58e967
commit
5c68e32abb
1 changed files with 9 additions and 0 deletions
|
@ -98,6 +98,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 = [];
|
||||
|
@ -271,6 +279,7 @@ function getResults (input) {
|
|||
conBoost,
|
||||
funcScoreClaimWeight,
|
||||
funcScoreChannelWeight,
|
||||
channelIdentifier,
|
||||
],
|
||||
'must': [
|
||||
...dynamicFilters(),
|
||||
|
|
Loading…
Reference in a new issue