• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dangernoodle-io / ouroboros / 24379190637
81%

Build:
DEFAULT BRANCH: main
Ran 14 Apr 2026 03:20AM UTC
Jobs 1
Files 19
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Apr 2026 03:20AM UTC coverage: 68.553% (+0.3%) from 68.218%
24379190637

push

github

web-flow
fix: tokenize FTS5 search queries for multi-word AND (#19)

- FtsEscape previously wrapped the entire query as a single FTS5 phrase,
  so `search query="database choice"` required adjacency and returned
  empty for most multi-word and natural-language queries
- rewrite FtsEscape to split on whitespace, strip FTS5 meta chars
  (" * ( ) : - ^ +) from each token, wrap each surviving token as a
  quoted phrase, and join with spaces (implicit AND)
- hasSearchableTokens remains the gate before FtsEscape is called, so
  wildcard/punctuation-only queries still fall back to list mode
- get tool's optional `query` param shares FtsEscape and gets the fix
  for free
- update search tool description to document implicit-AND behavior so
  agents know multi-word means "all terms must appear"
- add TestFtsEscape unit tests and TestSearchDocumentsMultiWordAND /
  TestSearchDocumentsMultiWordPartialMiss integration tests

Closes OU-1.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

1042 of 1520 relevant lines covered (68.55%)

0.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24379190637.1 14 Apr 2026 03:20AM UTC 19
68.55
GitHub Action Run
Source Files on build 24379190637
  • Tree
  • List 19
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24379190637
  • bac48045 on github
  • Prev Build on main (#24378424315)
  • Next Build on main (#24379837767)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc