Search Filters
When using the search bar, by default, Legato will search for projects based on the project title. You can also use the search bar to search for projects based on other properties.
Lean more about the properties here.
Text
It filters projects based on the value of a specific column and a filter value provided by the user.
If the filter value contains a space, it must be enclosed in double quotes (").
Examples:
scale:"C minor"genre:Housetags:masterprogress:in-progressYou can use the same field multiple times to filter multiple values.
For example, genre:House genre:Techno will filter for projects that have both House and Techno as genres.
Number
It filters projects based on the value of a specific column and a filter value provided by the user. The filter value can be in several formats:
- 
Number interval: If the filter value is in the format 120-150, it will filter for projects where the column’s value is between120and150inclusive.
- 
Greater than: If the filter value is in the format >120, it will filter for projects where the column’s value is greater than120.
- 
Less than: If the filter value is in the format <120, it will filter for projects where the column’s value is less than 120.
- 
Exact number: If the filter value is a single number like 120, it will filter for projects where the column’s value is exactly120.
Examples:
bpm:120-150bpm:>120bpm:<120bpm:120Boolean
It filters projects based on the value of a specific column and a filter value provided by the user. The filter value can be true or false.
Examples:
favorite:true      (is a favorite)hidden:false       (is not hidden)audioFile:true     (has an audio file)