View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000833Sphinxgeneralpublic2011-06-09 15:182011-06-09 21:51
ReporterTomat 
Assigned ToTomat 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version1.10-beta 
Target Version2.0.2-devFixed in Version2.0.2-dev 
Summary0000833: duplicates in MVA after update
Descriptionsearchd doesn't filter out duplacates on update of MVA
Steps To Reproducecreate index with MVA attribute, insert 1 document then issue php script

$updata = array( 1=>array(array(11, 2, 3, 11)) );
$client->UpdateAttributes ( "YOUR_INDEX", array("mva"), $updata, true );

then query YOUR_INDEX and result set contains these values in MVA attribute

2, 3, 11, 11

and should be

2, 3, 11,
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0001637)
Tomat (manager)
2011-06-09 21:51

fixed at r2849, r2849

- Issue History
Date Modified Username Field Change
2011-06-09 15:18 Tomat New Issue
2011-06-09 15:18 Tomat Status new => assigned
2011-06-09 15:18 Tomat Assigned To => Tomat
2011-06-09 21:51 Tomat Note Added: 0001637
2011-06-09 21:51 Tomat Status assigned => closed
2011-06-09 21:51 Tomat Resolution open => fixed
2011-06-09 21:51 Tomat Fixed in Version => 2.0.2-dev


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker