-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Using the TextField component add a filter field at the top of the Inventory Panel that will allow users to search and filter objects.
Search Specification
- If you use
type:<value>, it will filter the obstacles based on the_objectType(e.g.box,pyramid,teleporter, etc.)- There must be no space after
:
- There must be no space after
- Any other keywords should be a "fuzzy" search. If I search for
red teamit should search for obstacle names (not IDs) for eitherredorteam. - Whenever there is a query in the search, the list of obstacles should only display the obstacles that match the query
