CankutER / SWE-573

Home repository for SWE-573 Course, Semester Spring-2024
0 stars 0 forks source link

Implement Search Services #15

Closed CankutER closed 4 months ago

CankutER commented 4 months ago

Inside the navigation bar there needs to be a search field. Any text input to the search field should result in the users and communities that has the relevant text in names or about sections. This functionality will serve to the basic search needs across all pages. Results of the search should be clickable and should navigate the user to the page of clicked result. In addition to basic search, there should be an advanced search feature specific to communities. This will be used to filter shown posts based on their templates and post field values they have for a particular template. User should start defining search parameters by selecting a template, followed by filling the post field values for the template, all of which build up the search parameters.

CankutER commented 4 months ago

Implemented in this commit.Advanced search does not work as expected, needs debugging.

CankutER commented 4 months ago

Advanced search has been debugged and now working as expected. Commit here.