JiayangYing / CITS3403_PRO

MIT License
2 stars 0 forks source link

Implement Elasticsearch-based Search Functionality for Product Listings #91

Closed loklokyx closed 4 months ago

loklokyx commented 4 months ago

Overview: The current search function for product listings lacks the capability to search across multiple columns such as product name, category, location, condition, and description. This limits users' ability to find relevant products efficiently.

Proposed Solution: Enhance the search functionality by integrating Elasticsearch to enable comprehensive search across various product attributes including product name, category, location, condition, and description. Implement Elasticsearch queries to perform full-text search and filter results based on user-provided search terms. Ensure that search results are relevant and ranked appropriately based on Elasticsearch's scoring mechanism. Additionally, optimize the search performance and index management to ensure efficient and scalable search operations.

loklokyx commented 4 months ago

Closed #93