We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcd82a commit ba0710dCopy full SHA for ba0710d
1 file changed
paradedb/__init__.py
@@ -13,6 +13,7 @@
13
from .sqlalchemy.search import (
14
ProximityExpr,
15
all,
16
+ exists,
17
match_all,
18
match_any,
19
more_like_this,
@@ -21,6 +22,7 @@
21
22
phrase_prefix,
23
prox_array,
24
prox_regex,
25
+ prox_str,
26
proximity,
27
range_term,
28
regex,
@@ -37,6 +39,7 @@
37
39
"all",
38
40
"assert_indexed",
41
"describe",
42
+ "exists",
43
"match_all",
44
"match_any",
45
"more_like_this",
@@ -49,6 +52,7 @@
49
52
"phrase_prefix",
50
53
"prox_array",
51
54
"prox_regex",
55
+ "prox_str",
56
"proximity",
57
"range_term",
58
"regex",
0 commit comments