How to use search filter in Navicat Mac version

The "Find in Database or Schema" function provided by Navicat Mac searches for records of tables and views in a database and/or schema. Hold down the Control key and click on the database or pattern, and select "Find in Database" or "Find in Pattern" from the pop-up menu. Enter keywords and select search criteria, click the "Find" button and double-click the table or view in the list to view the records. It should be noted in advance that Navicat Mac's "Find in Database or Schema" function is limited to the full version.

Navicat provides filters for the connections of the connection tree or the objects in the object list. "Object Filter" allows you to filter the objects that contain the filter string in the object list or model.

In the Navicat main window or click "Search" or click the search icon in the model designer, and specify a filter string. Click the search icon to have additional options for filtering.

Ignore case: Disable case filtering.

Contains: Returns the object containing the filter string.

Start with: Return the object starting with the filter string.

Whole word: Returns the object that matches the word of the entire filter string.

End with: returns the object that ends with the filter string.

To remove the filter, simply delete the filter string.

Connection tree filter: Allows you to filter the connections that contain the filter string in the connection tree.

Specify the filter string in the search text box of the connection tree. If the connection is open, the filter will also be applied to the database objects in the connection.

To remove the filter, simply delete the filter string.

Guess you like

Origin blog.csdn.net/fox_lori/article/details/114023997