Hello,
I want to develop a interactive search function using neo4j javascript driver. The approximate steps are as follows
- Start a fulltext search session
- Take the first 10 results and display them on a html listview (at this time, server paused the query).
- If user scrolls the listview to its bottom, server continue the query, and web browser takes the next 10 results, and puts them in the listview.
- If user click one result in the listview, close the session.
I don't find the demo code in the document.
I would appreciate it if someone can show me the code, or relevant clues.
Thank you very much!