sgn
sgn copied to clipboard
Image search is too slow on Cassavabase
Expected Behavior
Time to move the image search to a paged query? Search result is messed up (table does not align)
For Bugs:
Environment
Steps to Reproduce
The issue seems to be that there is a gigantic query over many tables which is then paginated to show the first 10 or so results. Maybe a better way would be to just add the non-searchable metadata after pagination
Do not perform an "emtpy search" that retrieves everything upon page load.