cloud icon indicating copy to clipboard operation
cloud copied to clipboard

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

Open haraldschilly opened this issue 11 years ago • 1 comments

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.

haraldschilly avatar Oct 29 '14 10:10 haraldschilly

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.

williamstein avatar Oct 29 '14 14:10 williamstein