Skip to content

Commit

Permalink
Add hashtag
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 committed Sep 10, 2020
1 parent bded065 commit 600e98c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Support/Search/OperatorQuerySearch.php
Expand Up @@ -39,6 +39,7 @@
use FireflyIII\User;
use Gdbots\QueryParser\Node\Date;
use Gdbots\QueryParser\Node\Field;
use Gdbots\QueryParser\Node\Hashtag;
use Gdbots\QueryParser\Node\Node;
use Gdbots\QueryParser\Node\Numbr;
use Gdbots\QueryParser\Node\Phrase;
Expand Down Expand Up @@ -226,6 +227,7 @@ private function handleSearchNode(Node $searchNode): void
case Numbr::class:
case Url::class:
case Date::class:
case Hashtag::class:
Log::debug(sprintf('Now handle %s', $class));
$this->words[] = (string) $searchNode->getValue();
break;
Expand Down

0 comments on commit 600e98c

Please sign in to comment.