Skip to content

Commit

Permalink
Add capability test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Jan 21, 2025
1 parent 4fc1f61 commit 6651068
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1580,6 +1580,8 @@ public void testFullTextFunctionsDisjunctionWithFiltersPushdown() {
}

public void testMatchOptionsPushDown() {
assumeTrue("Match options are not available", EsqlCapabilities.Cap.MATCH_FUNCTION_OPTIONS.isEnabled());

String query = """
from test
| where match(first_name, "Anna", {"fuzziness": "AUTO", "prefix_length": 3, "max_expansions": 10,
Expand Down

0 comments on commit 6651068

Please sign in to comment.