Skip to content

feat(search): implement global search for projects, contracts, freelancers, and clients#160

Open
TochukwuJustice wants to merge 3 commits into
Lumina-eX:mainfrom
TochukwuJustice:fix-global-search
Open

feat(search): implement global search for projects, contracts, freelancers, and clients#160
TochukwuJustice wants to merge 3 commits into
Lumina-eX:mainfrom
TochukwuJustice:fix-global-search

Conversation

@TochukwuJustice

@TochukwuJustice TochukwuJustice commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

closes #148

Summary

  • Added a unified global search bar for projects, contracts, freelancers, and clients.
  • Implemented debounced querying to reduce unnecessary requests while typing.
  • Added a loading skeleton to provide immediate feedback during fetches.
  • Added a no-results state for empty matches.
  • Added keyboard navigation and selection support for accessible result browsing.
  • Connected the search UI to the backend search endpoint that queries all supported entity types.

Reason for Changes

  • This feature provides a single, fast entry point for searching across core resources.
  • It improves discoverability and reduces friction compared to navigating separate pages for each entity type.
  • The added loading, empty, and keyboard interaction states make the experience clearer and more accessible.

…lobal search

- Fixed React createPortal import to use react-dom instead of react.
- Updated database table name from 'escrow_contracts' to 'contracts'.
- Replaced hallucinated 'user_type' column check with the correct 'role' enum.
- Replaced hallucinated 'rating' column with 'avg_rating'.
- Corrected typecasting of User UUIDs which were incorrectly typed as numbers.
- Fixed UI resultHref links pointing to incorrect singular routing.
@drips-wave

drips-wave Bot commented Jul 23, 2026

Copy link
Copy Markdown

@TochukwuJustice Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@TochukwuJustice TochukwuJustice changed the title fix(search): correct db schema mappings and react portal imports in global search feat(search): implement global search for projects, contracts, freelancers, and clients Jul 23, 2026
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.

[Feature]: Global Search

1 participant