Advanced Search
Search Results
148 total results found
Show data as table, edit them, and export them as CSV
After filtering the data you want, you can perform various operations on them in the InkVisitor Explorer. Build your table You now have some entities as result of the conditions you have set for the query. Typically, what you want to do with them now is displa...
Visualise data
Some cool visualisation features are currently under development: Map view, which shows all geocoded locations on a map. Of course, as elsewhere, you can build your results table, e.g. show the places of residence of Persons, rather than generally all Location...
Querying with counting
Find Actions used in more than 20 statements MATCH (s:Statement)-[:HAS_ACTION]-(a:Action) WITH a, COUNT(DISTINCT s) AS st_count WHERE st_count > 20 RETURN a.uuid as action_id, a.name as action_label, st_count as statement_count
Editor Role — Rights guide for Admins & Owners
# What an Editor can do in InkVisitor A quick, non-technical guide for Admins: what a user with the **Editor** role can and cannot do. ## The roles, briefly InkVisitor has four roles, from most limited to most powerful: - **Viewer** — can look around and read ...