Does it support page and count? #276
Unanswered
BruceShenC
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a scene. Search in mongodb , input is page_number, page_size. We want to get result like this :
{data : [{
"xxx":""x
},
....
]
count: 120
}
"count" mean the total numbers of the search result
Beta Was this translation helpful? Give feedback.
All reactions