Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added search field to search projects from the db #991

Merged
merged 2 commits into from
Nov 20, 2023

Conversation

Sujanadh
Copy link
Collaborator

this pull request addresses issue #983 and allows to search for projects by project name not only within the current page but across the entire page/database..
changes:

  • added search parameter in the route
  • Applied a query based on the search parameter(project_name_prefix) to filter and retrieve projects from the database.

@Sujanadh Sujanadh self-assigned this Nov 20, 2023
@github-actions github-actions bot added the backend Related to backend code label Nov 20, 2023
@nrjadkry nrjadkry merged commit d4f803c into development Nov 20, 2023
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to backend code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants