Skip to content

v1.10.0 - Field-Scoped Search

Choose a tag to compare

@jeanlucaslima jeanlucaslima released this 21 Jun 14:03
92f0091

What's New

New Feature: Field-Scoped Search (inurl: / intitle:)

Narrow any search to a single field. Type inurl: to match only the URL (and domain), or intitle: to match only the tab title.

Behavior

  • Type inurl: or intitle: and the prefix turns into a chip in the search box — only your bare term stays in the input
  • Or pick the field from the mode menu (caret button), now with icons for All fields / In URL / In title
  • The chip locks the mode, so you can't accidentally stack operators like inurl:foo inurl:"bar"
  • Field scopes compose with the other modes — inurl:"word" is an exact whole-word URL search, intitle:word* is a wildcard title search
  • Remove the chip (× or Backspace at the start) to return to all-fields search
  • Placeholder updates to hint the active mode

All existing search modes are unchanged: fuzzy (default), exact whole-word ("word"), and wildcard substring (word*).

🤖 Generated with Claude Code