sagemath / cloud

*MOVED TO* https://github.com/sagemathinc/cocalc
https://cocalc.com
Other
137 stars 31 forks source link

searching the project log matches "full", "open", "account", ... everywhere #176

Open haraldschilly opened 10 years ago

haraldschilly commented 10 years ago

Seems like searching the project log is a simple grep operation. This even matches partial words from the JSON structured entries in the log, like "full", "open", ... This is just a minor issue, but I still want to write it down. Expected behavior: only show matches found in the actual values.

williamstein commented 10 years ago

It's not simply grep, but it's also not very sophisticated either. The implementation is in the function "render_project_activity_log:" in page/project.coffee.