Skip to content

Use `&` and `|` as boolean operator in search widget

Supporting any kind of escape for and and or using shlex parser is very difficult. I found that it will be simpler to use common operator syntax that will not be used for searching like & and |.

Closes #11962 (closed), #8714 (closed)

Merge request reports