View Issue Details

IDProjectCategoryView StatusLast Update
0013173MMW 5DB / Backuppublic2016-05-25 07:23
Reporterpetr Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status newResolutionopen 
Summary0013173: Implement fulltext search on MB server
DescriptionCurrently we're using lucene server mostly, but in some cases our full text search would be better. For example composer searching where we need to go through artist names (very slow), instead of indexes.
TagsNo tags attached.
Fixed in build

Activities

petr

2016-05-18 16:46

developer   ~0044653

Based on IM we will make a simple FTS using indexed table with lowercased, unaccented words with type, id etc.

petr

2016-05-25 07:23

developer   ~0044741

simple FTS implemented