Changes between Version 73 and Version 74 of Discovery/DiscoveryWebServiceMEDIN
- Timestamp:
- 09/11/11 13:16:42 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Discovery/DiscoveryWebServiceMEDIN
v73 v74 96 96 97 97 ===== !TermSearch ===== 98 !TermSearch is a full-text search invoked on a specific target field in the discovery database. !TermSearch elements must have an attribute named "id" with an integer value representing the order to be considered in complex multi termed searches, usually though "id" can be considered as the number of the !TermSearch element. If more than one !TermSearch element is used then all subsequent !TermSearch elements (excluding the first) must also have an "operator" attribute describing the relationship between the !TermSearch element in question with preceding !TermSearchs (the order of these is given by the "id" attribute). Acceptable values for the operator attribute are "AND", "OR" and "NOT" .98 !TermSearch is a full-text search invoked on a specific target field in the discovery database. !TermSearch elements must have an attribute named "id" with an integer value representing the order to be considered in complex multi termed searches, usually though "id" can be considered as the number of the !TermSearch element. If more than one !TermSearch element is used then all subsequent !TermSearch elements (excluding the first) must also have an "operator" attribute describing the relationship between the !TermSearch element in question with preceding !TermSearchs (the order of these is given by the "id" attribute). Acceptable values for the operator attribute are "AND", "OR" and "NOT" which are to be considered reserved words (for an exception see "Exact Phrase Search" paragraph below). 99 99 100 100 Child elements <!Term> and <!TermTarget> should be populated as follows: … … 186 186 187 187 ..and so on. 188 189 190 ===== Exact Phrase Search ===== 191 192 If an "exact phrase" search is needed the sentence has to be wrapped with two double quotes. Consequently if the user is looking for looking for 'Snow and rain' should be translated to ""Snow and rain"" 193 194 {{{ 195 <m:Term>""Snow and rain""</m:Term> 196 }}} 188 197 189 198 ===== Spatial searching : <!SpatialOperator> and <!BoundingBox> =====