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).
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.