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

feat: workspace search on UI #461

Merged
merged 8 commits into from
Jun 2, 2023
Merged

feat: workspace search on UI #461

merged 8 commits into from
Jun 2, 2023

Conversation

leg100
Copy link
Owner

@leg100 leg100 commented Jun 1, 2023

Fixes #425

  • Add search to workspaces page
  • Increases page size from 10 items to 100 items.
  • Changes behaviour of name[search] query when listing workspaces via the API

For the last item, the behaviour up until now has been to set the search term as the prefix. I think this was the old behaviour of TFC. But both the documentation and anecdotal testing shows TFC treats it as full substring search, so OTF now adopts this approach too.

@leg100 leg100 merged commit 4f30539 into master Jun 2, 2023
@leg100 leg100 deleted the workspace-search branch December 16, 2023 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FR: Pagination: changing items per page
1 participant