<!-- Please add the appropriate label for what change should be made: docs: changes to the documentation) refactor: refactoring production code, eg. renaming a variable or rewriting a function test: adding missing tests, refactoring tests; no production code change chore: updating poetry etc; no production code change --> ### What Currently, searching registrations is done by querying the database. This is slow and registrations are quite easy to search through. ### Why To make it faster. ### How Just implement search locally.
What
Currently, searching registrations is done by querying the database. This is slow and registrations are quite easy to search through.
Why
To make it faster.
How
Just implement search locally.