- 🇨🇦Canada mandclu
Correct, this doesn't need to be open. Thanks for flagging it.
Automatically closed - issue fixed for 2 weeks with no activity.
I'm developing a site using "Domain Access" and I thought of tracking down the domain for which the keywords are searched, to be able to split . I altered the search_api_stats
table to include a domain_id
column and I was looking forward to alter the query that inserts the record. It turns out that insert queries do not invoke any hook for manipulating the query before execution. So in the end I need to manipulate those data in a different way.
I'd suggest to create a hook to allow the record manipulation before the actual insert takes place.
hook_query_alter
that logs the query so we can check laterImplement a hook to alter the record before actually inserting it.
No
We will improve the APIs by adding a hook implementation to manipulate the written record before the actual query execution.
No
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Correct, this doesn't need to be open. Thanks for flagging it.
Automatically closed - issue fixed for 2 weeks with no activity.