Re: Sort the result by date
Alexander Barkov <[email protected]> Thu, 03 Oct 2013 13:42:47 +0400
| Newsgroups | gmane.comp.web.mnogosearch.php-frontend |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 10/03/2013 12:19 PM, [email protected] wrote: > hi, > i try to use the -s option of search commande in the api php to try the > result by date and not by relevancy. > i use this : > Udm_Set_Agent_Param_Ex($udm_agent, 's', 'd'); > > but mnogosearch sort by ascending date and not by descending date ! Please use capital letters to sort in descending order. In case of descending date order it should be: Udm_Set_Agent_Param_Ex($udm_agent, 's', 'D'); > > Have you an idea > > > _______________________________________________ > Php-frontend mailing list > [email protected] > http://lists.mnogosearch.org/listinfo/php-frontend > _______________________________________________ Php-frontend mailing list [email protected] http://lists.mnogosearch.org/listinfo/php-frontend