View Single Post
  #4 (permalink)  
Old 09-04-2008, 04:34 PM
rtacconi rtacconi is offline
Junior Member
 
Join Date: Sep 2008
Posts: 5
Default Cannot oder by date

I am trying to order articles by date, but seems that Zend Lucene does not boder the sorting options and it returns the same array. Any idea?

Quote:
$this->arrArticles = $indexer->Search($this->strQuery, 'Created', SORT_STRING, SORT_DESC);
Reply With Quote