Skip to content

Commit cbccd33

Browse files
Made Changes To Docs
Signed-off-by: GabeFernandez310 <gabrielf@bitquilltech.com>
1 parent 990e2f3 commit cbccd33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/user/dql/functions.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2753,6 +2753,8 @@ The matchquery function maps to the match query used in search engine, to return
27532753
- zero_terms_query
27542754
- boost
27552755

2756+
For backwards compatibility, matchquery is supported and mapped to the match query.
2757+
27562758
Example with only ``field`` and ``query`` expressions, and all other parameters are set default values::
27572759

27582760
os> SELECT lastname, address FROM accounts WHERE matchquery(address, 'Street');
@@ -2797,6 +2799,8 @@ The match_query function maps to the match query used in search engine, to retur
27972799
- zero_terms_query
27982800
- boost
27992801

2802+
For backwards compatibility, match_query is supported and mapped to the match query.
2803+
28002804
Example with only ``field`` and ``query`` expressions, and all other parameters are set default values::
28012805

28022806
os> SELECT lastname, address FROM accounts WHERE match_query(address, 'Street');

0 commit comments

Comments
 (0)