mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 03:05:47 +00:00
docs: modify URL displayed in example
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -80,8 +80,8 @@ Filtering is controlled using the `where` query parameter in the following forma
|
||||
#### Example
|
||||
|
||||
```plaintext
|
||||
https://<your-nocodb-url>/#/baseID/tableID?where=(country,eq,France)
|
||||
https://<your-nocodb-url>/#/baseID/tableID/viewID?where=(country,eq,France)
|
||||
https://<your-nocodb-url>/#/workspaceId/baseID/tableID?where=(country,eq,France)
|
||||
https://<your-nocodb-url>/#/workspaceId/baseID/tableID/viewID?where=(country,eq,France)
|
||||
```
|
||||
|
||||
This filters records where the field `country` is equal to `France`.
|
||||
|
||||
Reference in New Issue
Block a user