I am using GQL API to fetch data from AEM. However I need to have logic like contains or doesn't contains in `_path`. I wanted to know if the same is supported in AEM through GQL APIs? Like for example I see CONTAINS, CONTAINS_NOT for other fields but not for the _path.
For the path, I only see EQUALS NOT_EQUALS and STARTS_WITH