Feat: Enable Record Search Based on Similarity to Title/Description
Feat: Enable Record Search Based on Similarity to Title/Description
Format: feat(scope): short description Example: feat(auth): add otp expiration check
Description
This merge request introduces similarity-based search for records. Instead of relying solely on exact matches or simple text filtering, the system will surface records ranked by how closely their title or description matches the user’s query.
Contains the required endpoints for searching records through query.
utilized postgres inbuilt pg_trgm extension for the similarity mapping
Checklist
-
The feature has been fully implemented. -
Tests for the new feature are included and passing. -
User documentation/guides have been updated (if applicable). -
Impact on existing functionality has been considered.
Related Issue(s)
Closes #91 (closed)