Doom9527 / aristotle-webservice

👑 A web servide enables you to create knowledge graph.
https://aristotle-ws.com
16 stars 0 forks source link

Support pagination #33

Closed QubitPi closed 1 month ago

QubitPi commented 1 month ago

This issue is a follow up of https://github.com/paion-data/aristotle/issues/32.

For example,

1. {"name": "Peter", "hometown": "China"}
2. {"name": "Jack", "hometown": "China"}
3. {"name": "Paion Data", "hometown": "China"}
4. {"name": "Tom", "hometown": "U.S."}
5. {"name": "Wilhelm", "hometown": "Germany"}
6. {"name": "Greta", "hometown": "Germany"}

If we request the 2nd page with 2 results per page on those who come from China, we would get

1. {"name": "Paion Data", "hometown": "China"}