Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix case-sensitive of Find a domain (#1814)
* Fix case-sensitive of Find a domain from backend “Find a domain” search field at top of the domain tree should not be case-sensitive. Filtering on string fields in Mongodb is case sensitive without using regular expressions. In order to implement insensitive search use filterDef.Regex instead
- Loading branch information