Skip to content

Commit abb7d6c

Browse files
andyweber-bamfscarroll32Copilot
authored
Add _eq_any to Search Matchers (#1573)
* Add _eq_any to Search Matchers * Update docs/docs/getting-started/search-matches.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Sean <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent bd5507b commit abb7d6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs/getting-started/search-matches.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ List of all possible predicates
1010
| Predicate | Description | Notes |
1111
| ------------- | ------------- |-------- |
1212
| `*_eq` | equal | |
13+
| `*_eq_any` | equal to any of the provided values | |
1314
| `*_not_eq` | not equal | |
1415
| `*_matches` | matches with `LIKE` | e.g. `q[email_matches]=%@gmail.com`|
1516
| `*_does_not_match` | does not match with `LIKE` | |

0 commit comments

Comments
 (0)