Skip to content

Commit b4d3465

Browse files
committed
add v3 where clause page
1 parent 520c469 commit b4d3465

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: 'REST APIs v3 where clause'
3+
description: 'NocoDB REST API v3 where clause'
4+
---
5+
6+
This is a detailed information on v3 where clause, accessed during [rest api](/docs/developer-resources/rest-apis) call.
7+
8+
## Comparison Operators
9+
10+
See [rest api](/docs/developer-resources/rest-apis#comparison-operators)
11+
12+
## Comparison Sub-Operators
13+
14+
See [rest api](/docs/developer-resources/rest-apis#comparison-sub-operators)
15+
16+
## Logical Operators
17+
18+
See [rest api](/docs/developer-resources/rest-apis#logical-operators)
19+
20+
## Wrapping with Quotes
21+
22+
v3 where clause can be wrapped with quotes in order to use special characters that can break older version where clause.
23+
For example: `("My Field", like, "Let's come home, and go straight to bed")` search value is now valid to use.
24+
25+
## Usage on v2 API
26+
27+
v3 where clause can be utilized when using v2 api, by prepending the where clause with `@` sign. For example: `@(Title,not,blank)` will utilize v3 where clause.

0 commit comments

Comments
 (0)