Page 1 of 1

Operator precedence: Auto

Posted: Sun Apr 01, 2018 9:17 am
by Stamimail
Auto means: different meaning for "|" and for " | "

search:123 456|789
means:<123> <456|789>

search:123 456 | 789
means:<123 456> | <789>

I don't know to tell what about "| " or " |".
123 456| 789
123 456 |789

I think the user
means:<123 456> | <789>

Re: Operator precedence: Auto

Posted: Thu Apr 05, 2018 10:36 am
by void
I'll consider it, the option to override operator precedence could be useful.

Thanks for the suggestion.