Skip to content

Commit

Permalink
Add match clause as queryText
Browse files Browse the repository at this point in the history
  • Loading branch information
romainruaud committed Aug 4, 2020
1 parent fcfc845 commit 0f5dae4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class QueryBuilder
'lteq' => 'lte',
'like' => 'queryText',
'fulltext' => 'queryText',
'match' => 'queryText',
'in_set' => 'values',
];

Expand Down

0 comments on commit 0f5dae4

Please sign in to comment.