When I search for "London"

I'm getting "East London" as first result and "London" as second.  I
checked the weights of the results using:

>> results.class
=> ThinkingSphinx::Search
>> results.each_with_weighting do |result,weight|
?> puts result.name
>> puts weight
>> end

and I can see they both have the same weight (30).  I can understand
why since both match the entire search term.

I've tried all the ranking modes from 
http://freelancing-god.github.com/ts/en/searching.html#ranking
without any difference.

 Is there a way to get "London" to be ranked higher so it shows up
first in the results?

P.S.
Sorry about the vague subject, but I really don't know what to call
this.  Even if you can't tell me how to solve it but know what it's
called let me know since right now I don't even know what to google
for.

-- 
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en.

Reply via email to