Filter a database of UFO sightings on multiple conditions
- A group of text field forms are used for input. Multiple entries are separated by commas.
- A filter is built up from each of the input form values. Multiple entries are filtered by OR.
The different input forms are combined in the filter by AND. See the file
buildfilter.jsfor the constuction of the filter. - Results are written to a table.
- The HTML elements of the page are Bootstrap components.