Hi Jason,
can you share the full stack trace, it should be available in the geoserver
logs.
The message seems to suggest that sorting is not supported on that
particular property, as opposed to
not supported in general, but I'm just guessing, seeing the full trace
should help understanding the issue.

Cheers
Andrea


On Thu, Jun 29, 2017 at 9:52 PM, Jason Smith <jason.sm...@connexta.com>
wrote:

> Hello –
>
> I’m having trouble specifying a CSW GetRecords request with sorting using
> GeoServer 2.11.1.
>
> XML POST request:
>
> <csw:GetRecords xmlns:csw="http://www.opengis.net/cat/csw/2.0.2";
> xmlns:ogc="http://www.opengis.net/ogc"; resultType="results"
> outputFormat="application/xml" outputSchema="http://www.
> opengis.net/cat/csw/2.0.2" startPosition="1" maxRecords="250"
> service="CSW" version="2.0.2">
>
>    <csw:Query typeNames="csw:Record">
>
>       <csw:ElementSetName>full</csw:ElementSetName>
>
>       <csw:Constraint version="1.1.0">
>
>          <ogc:Filter>
>
>             <ogc:PropertyIsLike wildCard="*" singleChar="#" escapeChar="!"
> matchCase="false">
>
>                <ogc:PropertyName>AnyText</ogc:PropertyName>
>
>                <ogc:Literal>*</ogc:Literal>
>
>             </ogc:PropertyIsLike>
>
>          </ogc:Filter>
>
>       </csw:Constraint>
>
>       <ogc:SortBy>
>
>          <ogc:SortProperty>
>
>             <ogc:PropertyName>title</ogc:PropertyName>
>
>             <ogc:SortOrder>DESC</ogc:SortOrder>
>
>          </ogc:SortProperty>
>
>       </ogc:SortBy>
>
>    </csw:Query>
>
> </csw:GetRecords>
>
>
>
> Response:
>
> <ows:ExceptionReport xmlns:xs="http://www.w3.org/2001/XMLSchema";
> xmlns:ows="http://www.opengis.net/ows"; xmlns:xsi="http://www.w3.org/
> 2001/XMLSchema-instance" version="1.0.0" xsi:schemaLocation="http://
> www.opengis.net/ows http://localhost:8080/geoserver/schemas/ows/1.0.0/
> owsExceptionReport.xsd">
>
>     <ows:Exception exceptionCode="NoApplicableCode">
>
>         <ows:ExceptionText>Request failed due to: Sorting on
> dc:title/dc:value is not supported.
>
> Sorting on dc:title/dc:value is not supported.</ows:ExceptionText>
>
>     </ows:Exception>
>
> </ows:ExceptionReport>
>
>
>
>
>
> I have seen similar results using KVP encoding.  I have also tried various
> other sort properties (identifier for example) but get the same results.
> It appears that sorting is supported based on unit tests
> <https://github.com/geoserver/geoserver/blob/master/src/extension/csw/core/src/test/java/org/geoserver/csw/GetRecordsTest.java#L407>.
> Any help would be appreciated.
>
>
>
>    - Jason
>
>
>
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: http://geoserver.org/comm/
> userlist-guidelines.html
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>


-- 

Regards,

Andrea Aime

==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V
for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to