Top "Filtering" questions

In signal processing the complete or partial suppression of some aspect of the signal.

Datatables Individual Column Filtering (Select Tag) : Use Exact Match

I'm using datatables 1.9.4 and the column filtering plugin. It works like a charm except that when I use 'select' tags …

javascript jquery datatables filtering exact-match
Turn a MATLAB plot into image

I have generated a plot like figure; hold; axis([0 10 0 10]); fill([ 1 1 5 5], [5 1 1 5],'b') and now I want to have this plot as …

matlab filtering plot rasterizing
ListView Not Updating After Filtering

I have a ListView (with setTextFilterEnabled(true)) and a custom adapter (extends ArrayAdapter) which I update from the main UI …

android listview filter filtering android-arrayadapter
How to clear or reset the search filter bar in listviews?

I've searched high and low for the answer to this question. I have an application that uses a listview search …

jquery jquery-mobile filtering jquery-mobile-listview jquery-mobile-fieldset
ELMAH - Filtering 404 Errors

I am attempting to configure ELMAH to filter 404 errors and I am running into difficulties with the XML-provided filter rules …

asp.net filtering elmah
D3js filter selection

I am creating an interactive bubble chart of fortune 500 data. I am trying to reduce a selection but can't figure …

javascript d3.js filtering circle-pack
How to handle JMESPath contains filter on attribute that may be null?

I want to filter the output from the Azure CloudShell command az ad sp list which outputs a JSON array, …

shell azure null filtering jmespath
Using Lucene to count results in categories

I am trying to use Lucene Java 2.3.2 to implement search on a catalog of products. Apart from the regular fields …

java search lucene filtering catalog
Intermediate variable in a list comprehension for simultaneous filtering and transformation

I have a list of vectors (in Python) that I want to normalize, while at the same time removing the …

python list mapping filtering list-comprehension
How do I search in Flutter DropDown button

I have a list of the countries name in local json. I can load my local json and assign to …

dart flutter filtering dropdown