You can move the list columns by dragging the headers horizontally
You can rightClick on any header to show or hide a column
How the search works:
Juan — searches for "Juan" (normal behavior)
Juan Pedro — searches for records containing either "Juan" or "Pedro" (OR by spaces, as
before)
Juan+Madrid — searches for records containing both "Juan" and "Madrid" (AND by +)
Juan+Madrid+Programmer — all three must be present in the record
Each part separated by + is searched independently in the selected fields (or in all fields
if none are selected).
The + takes precedence: if there is a + in the search, AND is used between groups. If there
is no +, it works as before (spaces = OR, or & at the beginning for AND).