kekshd / keks

an elearning system with basic answer types yes/no/matrix
http://keks.uni-hd.de
ISC License
10 stars 4 forks source link

searchfunction for questions #53

Closed beccy closed 11 years ago

breunigs commented 11 years ago

implemented for admins in 7f3c113495 and ccb22fb068. Currently limited to admins only, but can be made available to reviewers easily. Not available freely because it also searches reviews.

Math search is supported, although single letters are most likely ignored. More examples:

some key words       #  finds  key … some … words
*jektiv              # finds bijektiv, surjektiv, etc.
+derpina             # derpina must be found in one of the searched fields
-derpina             # derpina may not be among any of the fields
"more please"        # finds "more please" or "more context please", but not "more [long text] please"
"mathbb C"           # finds questions with references to complex numbers

Index should be generally up to date (allow 60s to reflect content changes). Filtering by non-text criteria (e.g. correct ratio) is possible, if you want this feature (although only updated nightly). I will make this available on keks-dev.yrden.de shortly.