mirror of
https://review.haiku-os.org/haiku
synced 2025-02-12 08:39:18 +01:00
If we have a matching operator, we will replace the current item with a new item, and we may need to process it again. For example, in cases like "A||B||C", the first pass will turn this into "(A||B)||C", and so we need to re-process the first item to get "((A||B)||C". Fixes "Open with..." and some other things following the query parser refactorings.