View Issue Details

IDProjectCategoryView StatusLast Update
0005125Composractionlogpublic2022-12-31 17:07
ReporterPatrick SchmalstigAssigned To 
SeverityFeature-request 
Status non-assignedResolutionopen 
Product Version 
Fixed in Version 
Summary0005125: Allow searching by generated "Details"
DescriptionAllow the ability to search the action log by the generated "Details" which appear on the action log screen (generated by actionlog_linkage). This will make searching more intuitive as I would assume as a user that if I see it on the table, then I can search for it.
TagsNo tags attached.
Time estimation (hours)3
Sponsorship open

Activities

Chris Graham

2022-12-05 17:41

administrator   ~0007776

We'd probably do it via altering the actionlog hooks to be able to reverse from human-friendly labels, to codenames, and then inject them as alternates in the search query. That would mean altering all the hooks, and any new hooks doing that too.
Alternatively, we could do an in-memory search - essentially return everything from the DB, and see what labels evaluate against our search term.
Alternatively, we could cache the labels in the table - but this would waste space, and assume one particular language.

Personally I don't think it's worth it, given the complexities there and given that the user can still find what they need by just searching particular types without parameters and scanning over, or by seeing the human-friendly labels on the Admin Zone home page and then clicking on the date there.

Issue History

Date Modified Username Field Change
2022-12-05 15:08 Patrick Schmalstig New Issue
2022-12-05 15:08 Patrick Schmalstig Status non-assigned => assigned
2022-12-05 15:08 Patrick Schmalstig Assigned To => Chris Graham
2022-12-05 17:34 Chris Graham Time estimation (hours) => 3
2022-12-05 17:41 Chris Graham Note Added: 0007776
2022-12-31 17:04 Chris Graham Assigned To Chris Graham =>
2022-12-31 17:07 Chris Graham Status assigned => non-assigned