BigBoss

Results 3 issues of BigBoss

i need to get last 10 inserted rows in my table. so i have my sphinx object and in query i use follow conditions: ->limit(10) ->setSortMode(\Sphinx\SphinxClient::SPH_SORT_EXTENDED,"created_at DESC" ) in this...

i need to use sphinx only for filtering using attributes, If i make request using blank query : $sphinx->search("", 'myindex_index') results are always empty. It's normal or is a problem...