<div dir="ltr">Hi,<div><br></div><div>We just upgraded a library from Koha 3.0 to 3.22. After the upgrade, the library complained that the title "Golden Age" was at the bottom of their OPAC search results.</div><div><br></div><div>I checked the obvious first:</div><div><br></div><div><div>OPACdefaultSortField had been set to 'relevance' with OPACdefaultSortOrder set to 'ascending', which would definitely be backwards (least relevant first)... I changed to to 'ascending', and got exactly the same results.</div><div><br></div><div>Restarting memcache didn't help.</div></div><div><br></div><div>When I searched using yaz-client, I found that the results that were coming first in the list had the phrase "golden age" in 520$a.<br></div><div><br></div><div>Here's the version of zebra:</div><div><br></div><div><div>    $ idzebra-config --version</div><div>    2.0.59</div></div><div><br></div><div>At this point, I have two major questions:</div><div><br></div><div>1) Where do I check which fields are ranked more highly in a relevance search? (I would think that title should be ranked higher than 520$a -- summary).</div><div>2) Why didn't the sort order change when I changed OPACdefaultSortOrder from ascending to descending?</div></div>