Anomalie #1917
All not* condition have different behaviour with in memory service
| Status: | Résolu | Start date: | 01/25/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% | ||
| Category: | API | Estimated time: | 1.00 hour | |
| Target version: | 3.5 | Spent time: | - |
Description
Following condition doesn't return same result count with in memory or solr search engine:
- ne()
- unlike()
- notsw()
- notew()
History
#1
Updated by Éric Chatellier over 1 year ago
- Target version changed from 3.4 to 3.5
#2
Updated by Benjamin Poussin over 1 year ago
- Category set to API
- Status changed from Nouveau to Résolu
- Assignee set to Benjamin Poussin
- % Done changed from 0 to 100
- Estimated time set to 1.00
resolu dans la tache #1944. Pour solr si un champs n'existe pas il ne peut pas etre de la mauvaise valeur, alors que dans le in memory, il falait que le champs existe pour qu'on puisse ensuite verifier qu'il ne convenait pas. L'implentation a ete modifier pour avoir le meme comportement que solr