I built a CRUD dashboard for a KVstore. I would like to capture the search used whenever a user makes a change to the KVstore using this dashboard.
Any ideas on how to do this?
When we had a similar business need, we integrated automated summary indexing into the dashboard - so all changes were stored in a dedicated index at the same time as the kv store updates were made.