Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 909 Bytes

DbBranchNameSearchBody.md

File metadata and controls

11 lines (8 loc) · 909 Bytes

DbBranchNameSearchBody

Properties

Name Type Description Notes
tables list[str] An array with the tables in which to search. By default, all tables are included. [optional]
query str The query string.
fuzziness int Maximum Levenshtein distance for the search terms. The Levenshtein distance is the number of one charcter changes needed to make two strings equal. The default is 1, meaning that single character typos per word are tollerated by search. You can set it to 0 to remove the typo tollerance or set it to 2 to allow two typos in a word. [optional] [default to 1]

[Back to Model list] [Back to API list] [Back to README]