Hi all
To see that there are captures start with
blogs.oracle.com, I search it using this way:
matchType:domain
filter:~url:https?://blogs.*
beside this, if set showNumPages to true, it return {"pages": 38, "pageSize": 5, "blocks": 188}
So clearly it should have captures, but it doesn't return anything!
Just mention that if use "www" instead of "blogs" in Regex like this, "filter:~url:https?://www.*", it returns captures with "
https://www.oracle.com/..."
Any help?