Closed OkkarMin closed 3 years ago
Currently, the user needs to type in the 'exact' room name to be able to search: e.g: "tr-18" | "lhn-tr"
room.includes(searchText.toUpperCase());
Ideally, the filter should also work on the following search: e.g: "tr 18" | "lhn tr"
Currently, the user needs to type in the 'exact' room name to be able to search: e.g: "tr-18" | "lhn-tr"
Ideally, the filter should also work on the following search: e.g: "tr 18" | "lhn tr"