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.
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.
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.