Changeset 1605
- Timestamp:
- 18/10/06 23:30:09 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI01-discovery/trunk/ws-Discovery2/resources/DiscoveryService.fullTextSearch.xq
r1564 r1605 1 let $hits := //DIF[. &= '__term__']1 let $hits := collection('/db/discovery')//root()[. &= '__term__' __scope__ ] 2 2 for $i in $hits 3 3 return
Note: See TracChangeset
for help on using the changeset viewer.