Skip to content

Feature/614 search by memo isolated - #828

Open
Solis666 wants to merge 2 commits into
Stellar-split:mainfrom
Solis666:feature/614-search-by-memo-isolated
Open

Feature/614 search by memo isolated#828
Solis666 wants to merge 2 commits into
Stellar-split:mainfrom
Solis666:feature/614-search-by-memo-isolated

Conversation

@Solis666

@Solis666 Solis666 commented Sep 5, 2026

Copy link
Copy Markdown

Summary

Implements searchByMemo requested in #614, providing full-text search over memo content.

Changes

  • Adds searchByMemo to src/search.ts
  • Supports substring matching against memo content
  • Case-insensitive matching by default
  • Supports caseSensitive: true
  • Safely handles null and undefined memos
  • Returns all applicable records when the query is empty
  • Exports searchByMemo from src/index.ts
  • Adds unit tests covering the required behavior and edge cases

Validation

The implementation and tests are isolated in this branch and are based on the acceptance criteria specified in #614.

Closes #614

@Solis666
Solis666 force-pushed the feature/614-search-by-memo-isolated branch from 53dafd7 to 5a23a3b Compare September 5, 2026 23:16
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.

Add searchByMemo full-text search to search.ts

1 participant