mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
726 B
23 lines
726 B
1 year ago
|
---
|
||
|
title: 'Search'
|
||
|
---
|
||
|
import Tabs from '@theme/Tabs';
|
||
|
import TabItem from '@theme/TabItem';
|
||
|
|
||
|
NocoDB offers a quick search feature that allows you to search for records by field from the toolbar menu. This feature is useful when working with large datasets and can be used in conjunction with the `Filter` feature to further refine your search results.
|
||
|
|
||
|
1. [**Optional**] Click on the `Search` button in the toolbar menu.
|
||
|
2. [**Optional**] Choose the `Field` to search by.
|
||
|
3. Enter the search term in the search bar.
|
||
|
|
||
|
![image](/img/v2/toolbar/search-bar.png)
|
||
|
|
||
|
### Related topics
|
||
|
- [Field operations](field-operations)
|
||
|
- [Filter](filter)
|
||
|
- [Sort](sort)
|
||
|
- [GroupBy](group-by)
|
||
|
- [Row height](row-height)
|
||
|
- [Download](download)
|
||
|
|