You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The search bar on the overview page doesn't work as expected. Whenever I search for a correct part of a project it finds the project, but whenever I add or remove some (correct) letters, it doesn't find the project anymore.
Besides that, whenever I search with a certain query and it finds a set of projects, it doesn't matter what categories I select. Even though non of the projects have the selected category, it still returns all the categories.
To Reproduce
Open the backend with a fresh seeded database
Open the Search endpoint in swagger
Query: unbranded
Validate that it finds 3 projects
Query: unbrande
Validate that it finds no projects
Query: unbranded, category: 1
Validate that it still finds all the 3 projects even though they don't have the selected category.
Expected behavior
Improve the search mechanism that avoids the named bugs above and include the selected categories in the filtering of projects.
Describe the bug
The search bar on the overview page doesn't work as expected. Whenever I search for a correct part of a project it finds the project, but whenever I add or remove some (correct) letters, it doesn't find the project anymore.
Besides that, whenever I search with a certain query and it finds a set of projects, it doesn't matter what categories I select. Even though non of the projects have the selected category, it still returns all the categories.
To Reproduce
Expected behavior
Improve the search mechanism that avoids the named bugs above and include the selected categories in the filtering of projects.
Screenshots


Additional context
Probably same issue reported here: DigitalExcellence/dex-frontend#537
Category filter problem has also been mentioned in this pull request: DigitalExcellence/dex-frontend#524
The text was updated successfully, but these errors were encountered: