You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using QGIS's MetaSearch on CSW of geoportal-server-catalog, searching with keywords would get exception as return (csw:AnyText is not a supported queryable.).
It turns out the QGIS is applying csw:AnyText for the ogc:PropertyName, yet CSW of geoportal-server-catalog only accepts AnyText for the ogc:PropertyName.
<?xml version="1.0" encoding="UTF-8"?>
<ExceptionReport version="1.2.0" xmlns="http://www.opengis.net/ows">
<Exception exceptionCode="InvalidParameterValue" locator="PropertyName">
<ExceptionText>
csw:AnyText is not a supported queryable.
</ExceptionText>
</Exception>
</ExceptionReport>
The text was updated successfully, but these errors were encountered:
KenNg117
changed the title
CSW is getting error when search keyword with QGIS 's MetaSearch
CSW is getting exception when search keyword with QGIS 's MetaSearch
Dec 16, 2024
hi, I believe I have resolved this issue. After a small change in I can search my geoportal server CSW from QGIS. The change is to allow csw:AnyText as an alias of AnyText searches. The change is available in PR #584.
The modified file is in the geoportal-search component: GetRecordsParser.js, line 159.
When using QGIS's MetaSearch on CSW of geoportal-server-catalog, searching with keywords would get exception as return (csw:AnyText is not a supported queryable.).
It turns out the QGIS is applying
csw:AnyText
for theogc:PropertyName
, yet CSW of geoportal-server-catalog only acceptsAnyText
for theogc:PropertyName
.Please consider to improve the text search.
Referrence:
Request:
Response:
The text was updated successfully, but these errors were encountered: