UseTypeaheadSearch
Typeahead endpoint will be utilized to fetch the results for Projects, Tasks, Users and ProjectTemplates tables.
Data Type
bool
Default Value
false
Remarks
- This property works with Projects, Tasks, Users and ProjectTemplates tables.
- With this property, only Name column is filterable supporting "=" and "LIKE" operators server side with limitation of supporting "starts with" with LIKE (LIKE 'abc%').
- The results are unstable with maximum limit of 100 and no pagination, so it does not guarantee complete result set.