The following code returns WD_VALIDATION_ERROR code
wixData.query(“Blog/Posts”).eq(“postPageUrl”, “/post/test”).find().then(…
I noticed that this only occurs when I query a field of type URL.
How to query the database on field type URL?
The field postPageUrl cannot be filtered. It is sad that you cannot query based on this field but that is what found (Velo: Wix Blog "Posts" Collection Fields | Help Center | Wix.com).