Protobi supports elegantly simple search and filtering of text verbatims. Search filters appear when there are 10 more distinct values.

Try entering the following filters in the example below:

  • able matches any element containing the string 'able'
  • able$ matches any element ending with the string 'able'
  • ^fa matches any string starting with 'fa'
  • some|ful matches any string containing 'some' or 'ful'
Values are filtered out as you type but do not drill in. Click the "Apply" button to actually enter the filter as a subsetting constraint.

Protobi search uses Regular Expressions, which can be very simple to very expressive. See here for a quick RegEx cheat sheet/