What would be the MQL query if I want to search for a property that has a particular string either in its name or the actual link path. For name, I was able to put a ~= matching on the name property, but not in the link path. I tried to use the ~= in the id, but it says we cannot do matching in the id.
[{
"/type/object/id": "wikipedia", "name~=": "wikipedia", "/type/object/type": "/type/property", "/type/object/name": null "limit": 200 }]
Is there a way to also search for strings in the id ?