RLenv.directory icon indicating copy to clipboard operation
RLenv.directory copied to clipboard

Search environments by description

Open pschydlo opened this issue 6 years ago • 0 comments

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:

  1. Add a text field to the ControlPanel component
  2. Create filterFn on text change
  3. Send filter update request to App component

Possible problems:

  1. Text searching 100 environments on the client side might be expensive

pschydlo avatar Sep 06 '18 10:09 pschydlo