All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Searching with Keyword filter AND a grid field column

Bashir Tahir 14 Nov 2018 11:06 question, complete

Hi Low,

Would it be possible to use keyword filter together with a custom field of Grid type and targeting only a single column in the filed?

I tried the following but no luck. Any help would be appreciated.

https://pastebin.com/RfzphSG4

Replies

  1. Low 14 Nov 2018 12:27

    You've got an input field with

    <input type="text" name="search:custom_field:colx">


    So, if you have a Grid field named 'custom_field', which contains a column named 'colx', it should work. Turn on template debugging to see what queries are being generated and which filters are triggered.