Comment channelIDSearch while I investigate to prevent an error.
Signed-off-by: Mark Beamer Jr <markbeamerjr@gmail.com>
This commit is contained in:
parent
02a0e45f65
commit
e9598d6b76
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ function getResults (input) {
|
|||
],
|
||||
'must': [
|
||||
channelSearch,
|
||||
channelidSearch,
|
||||
// channelidSearch, // Commented for now to prevent query error while I investigate.
|
||||
{
|
||||
'bool': {
|
||||
'should': [
|
||||
|
|
Loading…
Reference in a new issue