pomodoren / comorbid-graphs

Side by side comparison of disorders based on comorbidity factors for clinical psychology.
MIT License
0 stars 0 forks source link

Searching: Define, code, test #1

Closed pomodoren closed 2 years ago

pomodoren commented 2 years ago

inc_parent:DSM-V inc_title:Disorder inc_text_longer:300

exc_ancestor:Neurodevelopmental Disorders


- [x] Code
- [ ] Test 
pomodoren commented 2 years ago

Keep in mind some kind of order of options for the searching options - for example:

if dont want to load 1700 node-tree in memory first (+copy)

This can be really good for database applications - because you can do a SQL query for reducing all the heavy lifting from the application and putting it on the database.

So, we are changing from subgraph, filter, content
to filter, subgraph, content