Skip to content

[392] Implement advanced search for subscriptions with Elasticsearch#625

Open
Max-Owolabi wants to merge 1 commit into
Smartdevs17:mainfrom
Max-Owolabi:fix/392-implement-advanced-search-for-subscriptions-with-elasticsearch
Open

[392] Implement advanced search for subscriptions with Elasticsearch#625
Max-Owolabi wants to merge 1 commit into
Smartdevs17:mainfrom
Max-Owolabi:fix/392-implement-advanced-search-for-subscriptions-with-elasticsearch

Conversation

@Max-Owolabi

Copy link
Copy Markdown

Summary

  • Adds backend/services/search/ElasticsearchService with in-process Elasticsearch-shaped indexing, full-text search across customer name/email/plan/notes, fuzzy matching, faceted filters (status, plan, price range, date range), and <em> result highlighting
  • Rewires app/services/searchService.ts, app/stores/searchStore.ts, and app/screens/AdvancedSearchScreen.tsx to use the search service with saved searches persisted via AsyncStorage and notifications when new matches appear
  • Registers Advanced Search in navigation (Settings) and extends subscription types with optional CRM/search fields

Test plan

  • ElasticsearchService unit tests (indexing, fuzzy search, facets, highlights, pagination, saved search notifications)
  • searchService integration tests (delegation, suggestions, persistence)
  • Full npm test and CI pipeline

Closes #392

…ters, fuzzy matching, highlights, and saved search notifications.

Closes Smartdevs17#392

Co-authored-by: Cursor <cursoragent@cursor.com>
@drips-wave

drips-wave Bot commented Jun 23, 2026

Copy link
Copy Markdown

@Max-Owolabi 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

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.

Implement advanced search for subscriptions with Elasticsearch

1 participant