Skip to content

Add global search#11

Open
RSimmons2021 wants to merge 1 commit into
gitearn-io:mainfrom
RSimmons2021:codex/global-search
Open

Add global search#11
RSimmons2021 wants to merge 1 commit into
gitearn-io:mainfrom
RSimmons2021:codex/global-search

Conversation

@RSimmons2021
Copy link
Copy Markdown

Summary

Fixes #3

  • Adds an authenticated /api/v1/search/ endpoint for records visible to the current user.
  • Searches items for all users and includes user results for superusers.
  • Adds a sidebar global search input that links results back to Items or Admin.
  • Adds backend route tests for visible item results, permission filtering, and superuser user results.

Validation

  • npm ci
  • npm run build
  • python -m compileall backend/app
  • git diff --check

Backend pytest was not run locally because Poetry could not install the locked backend dependencies on the available Python 3.13 runtime; the install stops before pytest is available.

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.

✨ Implment global search feature

1 participant