Closed (fixed)
Project:
Project ApacheSolr integration
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
28 Oct 2012 at 16:12 UTC
Updated:
4 Jan 2014 at 02:42 UTC
Jump to comment: Most recent
Comments
Comment #1
killes@www.drop.org commentedThis seem to still be a problem
Comment #2
dwwLots of solr-related stuff broke as a result of #1793968: Deploy Apache Solr Search Integration 6.x-3.x. I don't have time to investigate this one closely. However, those pages are provided by the project_solr module, so I'm moving this to a place where the maintainers will probably see it.
Cheers,
-Derek
Comment #3
drummI believe this is caused by the logic at http://drupalcode.org/project/project_solr.git/blob/refs/heads/6.x-3.x:/...
If I recall correctly, the intent was to switch to relevancy as a default when text is entered, so you wouldn't get the same top modules for common words. This needs some work.
If we do anything, it should be JS updating the form, and this logic always respecting the form values. We can leave out the JS for now, or skip it entirely.
Moving to D7. I'm not sure that this is major enough to be fixed while we are still on D6.
Comment #4
jhedstromComment #5
drummComment #6
drummDone, all that was left was getting the default value correct in the UI.