Filtering the list through an inline filter
To filter the list by one of the Inline Filter values, you need to use the following format: ?filter-by-fieldName=fieldValueIn order for the URL filter to work, you need to have an Inline Filter set up for the same field in your list.
Example
Let’s say we have a list of employee profiles with a Position field and want to have a URL that filters the list, leaving only the profiles where the Position is Engineer.
List of employee profiles

Adding an inline filter
- https://{subdomain}.softr.app/list?filter-by-Position=Engineer
Note that both fieldName and fieldValue are case sensitive. For instance, in the current example, the field name should be “Position” and not “position” or “POSITION.”

If you have a space inside your field name or value, you can replace it with “%20”
inside the URL.
Filtering the list through search
To pre-filter the list through search, you need to use the following format: ?search-for=searchValueIn order for the URL parameter to work, you need to have a search bar set up for your list with Search by field(s) selected.
Example
Let’s say we have a list of tasks for a software development team, where each task has a name.
A list of tasks

Testing the URL