Displaying 1 result from an estimated 1 matches for "label_sort".
2008 Jan 11
3
Date range queries return zero results
...:date => Date.strptime(row[3], ''%Y-%m-%d''),
:page_id => row[5].to_i,
:page => row[6].to_i,
:content_type => row[1].to_i,
:article_id => row[4].to_i,
:label => row[2],
:label_sort => row[8],
:content => row[0]
}
Notice "Date.strptime(row[3], ''%Y-%m-%d'')"...
When I query (ex. +label:barbara) I get results in the form:
{:label=>"NEW TOOL FOR BARBERS.", :page_id=>"36", :label_sort=>...