"index refer: sort-by attribute 'content desc' not found"
我的配置是:
sql_query = SELECT id,title,title as attr_title,content,content as attr_content,create_time,work from refer
sql_attr_bigint = id
sql_attr_bigint = work
sql_attr_string = title
sql_field_string = content
sql_attr_timestamp = create_time
调用的方法为:
$this->SetSortMode(SPH_SORT_ATTR_ASC,'content DESC')