Search & replace
Find and replace text across a document.
Find & replace
Search for a substring and replace every match at once. Be clear about what this is: search
is substring and case-insensitive. There is
no regex and no whole-word option — a search for
id matches id, uuid and hidden alike.
Filtering data
Note — to filter arrays of objects by value rather than text, use the Grid's column filters — see Views → Grid. Pandia has no query language (no jq, JMESPath or query bar); the Grid filters do this job instead.
Command palette
Press ⌘K to open the command palette. It fuzzy-matches every command and your recent actions, so you can jump to search, replace, a view, or any other action by typing a few letters.
Next steps
Need structured filtering and sorting? See the Grid in Views. To change values in place, see Editing.