···8899## Bugs
10101111-### Bare regex for name search doesn't work
1212-- **Location**: `src/lib/search/parser.ts`, `parseNameExpr()`
1313-- **Issue**: `/goblin.*king/i` syntax is parsed but not matched correctly for bare name searches (works in field values like `o:/regex/`)
1414-- **Why it matters**: Documented in grammar but broken
1515-1611### Flaky property test for OR parsing
1712- **Location**: `src/lib/search/__tests__/parser.test.ts:276` ("parses OR combinations")
1813- **Issue**: fast-check property test occasionally finds edge cases that fail parsing