Is there any way to search for every field at once? For example, if i have various fields called:
- cat
- computer
- table
If i search for c*:word i’ll find every field that starts with c (as cat and computer) that include “word”, but if i try to search for *:word it gives me an error, so is there any specific wording that allows me to search every field regardless of his name?