I have upgraded from version 4.2 pro to version 6.0 build:1018
I am using the ASP.NET wrapper to execute the CGI.
When I perform a search with multiple words and 'any search words' - the summary result in the html format will be something like the following:
'No results found containing all search terms. 100 results found containing some search terms.'
or
'10 results found containing all search terms. 50 results found containing some search terms.'
but in the xml result I can only find the total results returned in the opensearch:totalResults element/tag.
Does the xml version have a corresponding element/tag for 'Results found containing all search terms' and/or 'Results containing some search terms'?
Also when using a word in the skip word list the html version will return in the summary something like the following:
'The following word(s) are in the skip word list and have been omitted from your search: theword'
In the xml version I can not find a skip word list element/tag which is being displayed in the html version.
Is there a configuration setting I have to enable to get the above information in the xml version?
Thanks for your help.
I am using the ASP.NET wrapper to execute the CGI.
When I perform a search with multiple words and 'any search words' - the summary result in the html format will be something like the following:
'No results found containing all search terms. 100 results found containing some search terms.'
or
'10 results found containing all search terms. 50 results found containing some search terms.'
but in the xml result I can only find the total results returned in the opensearch:totalResults element/tag.
Does the xml version have a corresponding element/tag for 'Results found containing all search terms' and/or 'Results containing some search terms'?
Also when using a word in the skip word list the html version will return in the summary something like the following:
'The following word(s) are in the skip word list and have been omitted from your search: theword'
In the xml version I can not find a skip word list element/tag which is being displayed in the html version.
Is there a configuration setting I have to enable to get the above information in the xml version?
Thanks for your help.
Comment