[
https://issues.apache.org/jira/browse/CONNECTORS-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16930495#comment-16930495
]
Markus Schuch edited comment on CONNECTORS-1566 at 9/16/19 12:27 PM:
---------------------------------------------------------------------
We debugged into the {{CswsSession#searchFor}}-Method and found out, that
somehow the {{searchSpec}} (part of the filterString) filters out everything.
{{where1=("OTParentID":2000 AND ("OTSubType":0 OR "OTSubType":202 OR
"OTSubType":136)}} does return 0 results.
If we strip the searchSpec, that we get nodes returned:
{{where1=("OTParentID":2000)}}
returns several items.
[[email protected]] do you now if there are config changes needed to get
the search engine to know the {{OTSubType}} field?
was (Author: schuchm):
We debugged into the {{CswsSession#searchFor}}-Method and found out, that
somehow the {{searchSpec}} (part of the filterString) filters out everything.
{{where1=("OTParentID":2000 AND ("OTSubType":0 OR "OTSubType":202 OR
"OTSubType":136)}} does return 0 results.
If we strip the searchSpec, that we get nodes returned:
{{where1=("OTParentID":2000)}}
returns several items.
[[email protected]] do you now if there are config changes needed to get
the search engine to know the {{OTSubtype}} field?
> Develop CSWS connector as a replacement for deprecated LiveLink LAPI connector
> ------------------------------------------------------------------------------
>
> Key: CONNECTORS-1566
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1566
> Project: ManifoldCF
> Issue Type: Task
> Components: LiveLink connector
> Affects Versions: ManifoldCF 2.12
> Reporter: Karl Wright
> Assignee: Karl Wright
> Priority: Major
> Fix For: ManifoldCF 2.14
>
> Attachments: OTCS_IIS.png, OTCS_Tomcat.png, chrome_cgfC00ujx7.png
>
>
> LAPI is being deprecated. We need to develop a replacement for it using the
> ContentServer Web Services API.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)