Skip to main content

Adding missing option in filters

· One min read
Creator of Spider

In production we got a use case when searching for records without responses was important.
That was not easy out of the box and required typing in the free search input in Spider.

To ease our lives, I added the feature to have 'missing' option in some filters drop down.

This option is only on some filters that may indeed have no value:

  • Identification
  • Status / Code
  • Request content-type
  • Response content-type
  • Tags

MissingFilter.png

When selected, it is shown in the list as any other filter option:

MissingFilterSelected.png

But a specific filter is generated behind the scenes:

Tooltip.png

Cheers,
Thibaut