Drupal: Add new operators to views filters (such as contained in CSV) or how to override default view's handlers
Today I'm going to show you how to turbo boost Drupal's default views filters with an example on how to add a "Conatained in CSV" operator for Numeric and String filters.
Imagine a user wants to perform a batch operation on entities with ID's X, Y and Z. Unless they all appear on the same page, or you set the page size to inifinte this is impossible because Views Bulk Operations won't let you manually pick items between searches and/or pages.
We want something like this to happen: