This application provides a table search utility that allows users to filter rows based on complex queries with support for logical operators (AND/OR) and column-specific searches. Below is an explanation of how to use the search functionality.
Follow these simple steps to filter your table:
Enter a keyword into the search bar to filter rows containing that term in any column.
Example:
To search in a specific column, use square brackets with the column index.
Example:
This searches for "word1" only in column 2 (column indices start at 0).
Combine search terms using AND or OR. Note: Logical operators must be in uppercase.
Example 1:
This filters rows containing both "word1" AND "word2".
Example 2:
This filters rows where "word1" appears in column 1 OR "word2" appears in column 2.
To include rows above and below matching results, specify the number of neighbors in the "Neighbors" input field.
Example:
With this configuration, rows matching "word1" display along with one row above and one row below each matching row. If no number is specified in the "Neighbors" field, only the matching rows display.
Use parentheses to group terms for more complex queries.
Example: