Issue Details (XML | Word | Printable)

Key: MBS-4234
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Paul Taylor
Reporter: Paul Taylor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
MusicBrainz Server

Move Basic search logic from mbserver to searchserver

Created: 23/Jan/12 09:01 PM   Updated: 23/Mar/12 05:29 PM  Due: 23/Apr/12   Resolved: 23/Mar/12 05:29 PM
Component/s: Search
Affects Version/s: None
Fix Version/s: Bug fixes, 2012-04-10

Issue Links:
Depends
 


 Description  « Hide

Changes have ben made to the search server, but we need the mbserver to now remove its busines logic and make the appropriate call, and then deployed onto test.musicbrainz.org asap so changes can be tested

Needs changes in https://github.com/metabrainz/musicbrainz-server/blob/master/lib/MusicBrainz/Server/Data/Search.pm:

Remove escape_query and alias_query and calls to them
For basic search just pass raw query to search server with extra paramater dismax=true



Sort Order: Ascending order - Click to sort in descending order
Oliver Charles added a comment - 23/Jan/12 09:07 PM

As this is blocking Paul, I'm moving it to 3mo.


Paul Taylor added a comment - 26/Jan/12 10:39 PM

Also removed !!! -> ChkChkChk , not needed.


Paul Taylor added a comment - 27/Jan/12 10:47 AM - edited

alias_query still required by other parts of the system, sent a patch to code review which limits scope to just fixing Basic Search


Oliver Charles added a comment - 23/Mar/12 05:29 PM

Cherry picked into production