Skip to content

Add global search#9

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

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

Conversation

@Boo4S
Copy link
Copy Markdown

@Boo4S Boo4S commented May 11, 2026

Closes #3

Summary

  • Add an authenticated /api/v1/search/ endpoint.
  • Search visible items and users while preserving existing permission boundaries.
  • Add a global search input to the navbar with result dropdowns.

Validation

  • npm run build
  • uv run --python 3.10 ruff check app/api/routes/search.py app/api/main.py app/models.py app/tests/api/routes/test_search.py
  • ./node_modules/.bin/biome check --apply-unsafe --no-errors-on-unmatched --files-ignore-unknown=true src

Backend pytest was attempted, but local Postgres authentication failed for postgres@localhost:5432.

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