Aell-a / swe573-project

A repository to track development of the project I'll be doing in SWE 573 Software Development Practice class.
0 stars 1 forks source link

Add advanced search functionality #12

Open Aell-a opened 3 hours ago

Aell-a commented 3 hours ago

Users should be able to search mystery objects by it's basic properties or tags. Ex. "Yellow, 30 grams, circular"

lattaai13 commented 1 hour ago

Hello, I tried to solve the issue.

This is what I did:

Implemented search functionality for mystery objects based on their basic properties (color, weight, shape) and tags. Added a new endpoint in PostController, a new method in PostService, and a custom query in PostRepository to support this feature.

You can review changes in this commit: https://github.com/lattaai13/Aell-a-swe573-project-12/commit/5d884fbc47b787f04319f5ccb994d01db914fec6.

[!CAUTION] Disclaimer: The commit was created by Latta AI and you should never copy paste this code before you check the correctness of generated code. Solution might not be complete, you should use this code as an inspiration only.


This issue was tried to solve for free by Latta AI - https://latta.ai/ourmission

If you no longer want Latta AI to attempt solving issues on your repository, you can block this account.