How do I add more options to a Search facility?

I have a search facility that finds all files in a folder. This works really well, as does the sorting and paging.

I now need to add some options to the Search (as shown below) but I am stuck as to how to integrate these options, can someone throw me a lifeline please :smile:

image

Here is the INPUT field

<input id="filter_reports_msword" name="filter_reports_msword" type="text" class="form-control form-control-sm" placeholder="Search in filename">

And the Dataview Properties

<dmx-data-view id="view_msword_files" dmx-bind:data="sc_reports_msword_pq.data.msword_reports_list" dmx-bind:sorton="query1.data.sort" dmx-bind:sortdir="query1.data.dir" dmx-bind:page="query1.data.page" dmx-bind:pagesize="15" filter="name.lowercase().replace(' ', '').contains(filter_reports_msword.value.lowercase().replace(' ', ''))"></dmx-data-view>
Community Page
Last updated: