unlishema [Thu, 17 Oct 2024 09:44:18 +0000 (05:44 -0400)]
Adjustments for search algo
Made the search algo faster with the new database by only requesting the needed data for the initial search. Updated the new dB to allow a limited view called list which only returns what is needed for searching.
unlishema [Thu, 17 Oct 2024 09:28:01 +0000 (05:28 -0400)]
Fixed Search Algo
Due to the updated way the database works with caching, the search algo wasn't working when we loaded single assignments due to caching the single assignment, made it so single assignment queries expire immediately to fix this.