tracits / rodant

New repository for the new data collection tool
MIT License
0 stars 2 forks source link

Fix search feature #139

Closed KarnellSchultz closed 3 years ago

KarnellSchultz commented 4 years ago

Allow users to search specific fields.

martingerdin commented 4 years ago

The search box still only shows "All fields", see screenshot.

Screenshot from 2020-10-31 19-46-33

The rightmost "All fields" box should determine what field to search. The other box where it's possible to select specific fields (to the right of the paginator controls) should determine what data is shown for each record in the list (to the far right). In the screenshot the patient study ID is shown.

My understanding of this fix is that it uses the box next to the paginator controls to define what field to search, but it should use the other box. I hope this makes sense.

KarnellSchultz commented 4 years ago

Ahh yeah I actually misunderstood what I was doing here. Going to check it out again later this week.

Thanks for the explanation