Check the "Operator" value to be sure you are doing the right kind of search .
- Equal to: will only return exact matches
- Not Equal to: will only return items that do not match the search value.
- Greater than: will only return items of a higher value than the search value.
- Greater than or Equal to: will only return an exact match or values of higher value thatn the search value.
- Less than: will only return items of a lower value than the search value.
- Less than or Equal to: will only return an exact match or values of lower value thatn the search value.
- Contains: returns values that have the search value anywhere in them.
- Begins with: returns values that start with the search value.