DasLab / Server_RMDB

RNA Mapping Database
https://rmdb.stanford.edu
Other
4 stars 5 forks source link

Update search functionality to use client-side search in table browse #115

Closed tkaragianes closed 4 months ago

tkaragianes commented 4 months ago

The server-side search implementation was unexpectedly slow (>3min per query). This commit updates search to use the client-side search features of the table browse view. This also enables search via specific data columns, as well as sharing searches via URL (search text as query string parameter).

Closes #113, #93, #94, #78, #79, #64.

tkaragianes commented 4 months ago

Closes #93. Closes #94. Closes #78. Closes #79. Closes #64.