RLenv.directory
RLenv.directory copied to clipboard
Search environments by description
This feature would allow users to search environments by matching text in the user input field with the description in an environment.
Sketch of a solution:
- Add a text field to the ControlPanel component
- Create filterFn on text change
- Send filter update request to App component
Possible problems:
- Text searching 100 environments on the client side might be expensive