- Status changed to Fixed
over 1 year ago 8:39am 3 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.
I want to setup an autocompletion field for a search form inside a paragraph. So far, I got the module to work smoothly, then created a custom view for the autocomplete callback. However, in my case, the search field is set to redirect the user with 4 informations: 3 target ids and what the user actually typed in the search bar. When he submits his query, he gets redirected to a view page which url looks like follows:
/publications/results/55/209/all?name=doc
My autocomplete callback is a duplication of the view where the user gets when he submits, so it still requires the 3 contextual filters.
My question is: How do I alter this view to make it work? I tried to create a hook_views_pre_render()
but it didn't seem to work that way.
Thank you in advance
P.S: related is someone having a similar problem
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.