Match only rows where column is equal to value.
column
value
To check if the value of column is NULL, you should use .is() instead.
.is()
The column to filter on
The value to filter with