Skip to content

Improve title search symbol matching#78

Open
LIghtJUNction wants to merge 1 commit into
SkriptLang:mainfrom
LIghtJUNction:fix-title-search-symbols
Open

Improve title search symbol matching#78
LIghtJUNction wants to merge 1 commit into
SkriptLang:mainfrom
LIghtJUNction:fix-title-search-symbols

Conversation

@LIghtJUNction

@LIghtJUNction LIghtJUNction commented Jun 12, 2026

Copy link
Copy Markdown

Summary

  • normalize common title separators when matching search queries against item titles
  • keep the existing strict matching for patterns, descriptions, keywords, and IDs
  • update both the template script and generated docs script

Fixes #59

Validation

  • git diff --check
  • node targeted check confirmed: query 'vectors length' matches normalized title 'Vectors Length' from 'Vectors - Length'

Notes

  • I did not find a package-level automated test command in this repository, so validation is limited to whitespace checks and the targeted normalization check above.

Copilot AI review requested due to automatic review settings June 12, 2026 22:12

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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.

💡 Make searching less trict

2 participants