We're doing some work on theming solr results, and I was looking through the inline docs in the apachesolr.module in the apachesolr_theme function --
This is incredibly minor, but in:
function apachesolr_theme() {
return array(
/**
* Returns a link for a facet term with the # of results clicking it will yeild (count)
*/
The word "yield" is spelled "yield" --
Is there an award for the most anal and insignificant issue reported? If so, can I be in the running?
FWIW, this line could possibly be rephrased as:
* Returns a link for a facet term, with the number (count) of results for that term
Comments
Comment #1
robertdouglass commentedNo bug is too small =) Will fix with the next commit I make.
Comment #2
robertdouglass commented