kylelhk / Pictionary

CITS5505 Agile Web Development - Group Project
MIT License
1 stars 0 forks source link

Added fuzzy search functionality to gallery page. Resolved issue wher… #105

Closed wintelestr closed 2 months ago

wintelestr commented 2 months ago

Added fuzzy search functionality to gallery page. Resolved issue where search terms separated by spaces were treated as a union instead of an intersection.

Change Summary

  1. Implemented fuzzy search to allow partial matches of search terms.
  2. Modified search functionality to treat terms separated by spaces as an intersection.
  3. Improved user experience by allowing more flexible search queries.

Change Form

Other Information

These changes enhance the usability of the gallery search feature, providing more accurate results and a better overall experience for users.

kylelhk commented 2 months ago

Thanks for the work. But since we are submitting our work soon so that may not be a good idea to introduce new feature as it can potentially lead to other bugs.