Ticket #127 (closed defect: fixed)
CQL search is not always returning all relevant documents
| Reported by: | Michiel.Schok | Owned by: | robert |
|---|---|---|---|
| Priority: | major | Milestone: | MediaMosa 1.7 |
| Component: | Core | Version: | 1.7.0.1 |
| Keywords: | Cc: | ||
| MoSCoW: | Estimated time after impact analysis: | ||
| Related to project: | none | Tested: | |
| Accepted: | yes | Estimated Hours: |
Description
Example below is for SURFmedia, app id 5 on the VP-core environment.
When searching for the string 'nav 100 jaar' in the description, we expect to find asset-id 30092. That asset is not found.
"100 JAAR WONINGWET" also does not return the same asset.
The rest-call we use is:
<request_uri>[GET] asset?cql=((description+=+"nav")+AND+(description+=+"100")+AND+(description+=+"jaar"))+&hide_empty_assets=true&limit=10&offset=0&aut_domain=zeelandnet.nl&app_id=5</request_uri>
Any idea what is going on? Is CQL to blame, or do we request the wrong way?
Change History
Note: See
TracTickets for help on using
tickets.
