MathematicalMedicine / diver-issues

Semipublic tracking of issues for the DIVER front end
0 stars 0 forks source link

Add section headers (like i14840 "P. ANXIETY DISORDERS" and 'OBSESSIONS") to the search list #199

Closed WValenti closed 9 months ago

WValenti commented 9 months ago

This should be part of the search function. This will darn-near replace the need for tagging to get question categories!

WValenti commented 9 months ago

I'm not sure this is a great idea, as when I did the following query for "anxiety", I got 799 variables...

Select DISTINCT b.section, c.variable_name from DIGS_questions a, DIGS_sections b, DIGS_instruments c where a.section = b.section AND b.description LIKE '%anxiety%' AND c.question_version = a.version AND a.variable_name = c.variable_name;

WValenti commented 9 months ago

NOPE, tags are implemented and work better.