After entering your search, use the State Tax Lien Filter bar to refine your results. Type the
column name you want to filter by, followed by less than (
<), greater than (
>), or equal to (
=), and your filter criteria in quotes. To filter by more than one criteria use
and,
not, and
or between your filters.
Here are some examples:
Sort by date range
| Date Filed > "01-dec-2018" and Date Filed < "01-dec-2019"
| Liens filed between December 1, 2018 and December 1, 2019
|
Sort by only active liens
| Date Satisfied = highdate
| Highdate means the field is blank or not satisfied
|
Sort by date range and active liens
| Date Filed > "01-dec-2018" and Date Filed < "01-dec-2019" and Date Satisfied = highdate
| Active liens that were filed between December 1, 2018 and December 1, 2019
|
Sort by a specific county
| Issued = "greenville"
| All liens issued in Greenville county
|
Sort by multiple counties
| Issued = "statewide" or Issued = "greenville"
| All liens issued statewide or in Greenville county
|
Exclude a county
| Issued <> "greenville"
| All liens issues statewide or in counties other than Greenville county
|
Remember to enter the column name each time you add criteria. In the date range example above, Date Filed > "01-dec-2018" and < "01-dec-2019"
would not work, because the Date Filed column is not included with the December 1, 2019 filter.