issues
search
bigplum
/
lua-resty-mongol
A ngx_lua driver for mongodb -- Deprecated for not updating with the mongodb version
198
stars
67
forks
source link
关于查询分页和排序
#48
Open
zhangzhihai
opened
8 years ago
zhangzhihai
commented
8 years ago
使用find的接口没有分页的偏移查询功能,也没有排序功能,sort的是查出来再排序而不是在mongo中先排序再查询
使用query的接口没有排序查询接口先sort再limit local id, results, t = col:query(query,returnfields,toskip,limit) 返回的都是mongo默认的_id排序