You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
Network traffic should be observable using your browser's dev tools.
Additional information:
https://feasibility.forschen-fuer-gesundheit.de
The text was updated successfully, but these errors were encountered: