Skip to content

Fix matches() to support partial search across all notes#11

Open
alexeyev-oleg wants to merge 1 commit into
mate-academy:mainfrom
alexeyev-oleg:fix/matches-partial-search
Open

Fix matches() to support partial search across all notes#11
alexeyev-oleg wants to merge 1 commit into
mate-academy:mainfrom
alexeyev-oleg:fix/matches-partial-search

Conversation

@alexeyev-oleg

Copy link
Copy Markdown

Changed matches() to accept a notes array and filter it using .includes(term), replacing the single-note boolean check. Updated search() to pass the full notes array into matches().

Changed matches() to accept a notes array and filter it using
.includes(term), replacing the single-note boolean check.
Updated search() to pass the full notes array into matches().

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

1 participant