This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Description
Problem:
When using the query builder and accessing the search field (for inclusion or exclusion criteria), a search query is sent to the backend even without prior text input.
We should opt for minimizing unnecessary requests to downstream systems in order to avoid artificial load scenarios.
Steps to reproduce:
- Open the UI in your browser
- Navigate to "Neue Abfrage"
- Click into the field "Code oder Suchbegriff eingeben"
Network traffic should be observable using your browser's dev tools.
Additional information:
- tested on
https://feasibility.forschen-fuer-gesundheit.de
- affected version: 0.2.0-RC8 (as of noticing the issue this is deployed behind the URL stated above)