docs: modify URL displayed in example

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2025-05-07 16:45:43 +05:30
parent c93c86ba7c
commit 9ea30d1a5c

View File

@@ -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`.