Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

tkaragianes
Copy link
Contributor

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.

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).
@tkaragianes tkaragianes merged commit d9a09cf into master Jul 23, 2024
@tkaragianes
Copy link
Contributor Author

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RMDB: Restore search function
1 participant