- Simplify the tokens/search suggestions. You now add the top suggested filters/tokens/autocomplete/terms by pressing
Tab
instead ofEnter
which no longer removes the focus from the search field. And regular search terms ("Contains: X") will no longer appear in the suggestions as you type – only top matches filters or scopes will. To use the current search bar input for search, simply pressEnter
. - Simplify the design of the search result list and make it compatible with earlier iOS versions. I'm now using a plain list with DIY separators.
- Fix search appearance animation on iOS 16 (...but break it on iOS 15)
- Add an option to search using wildcards where
*
represents zero or more non-whitespace characters and?
represents any single character - Add string search options to search terms: case sensitivity, text/wildcard/regex, begins/contains/ends. Different options can be used for different terms.
- Add a context menu to the search screen that you can use to share the search results or view them as text (and change search options)
- Add a button to remove search history
- Fix an issue with wildcards not being handled properly in the new APIs for filtering logged requests when some regex metacharacters were present in the provided pattern