Create custom filter in List View

I have a custom doctype with 3 fields
Name
Tracking Number(Data)
Consolidated Trackings(Small Text)

How can I create a custom input in ListView?
So i can search in multiple fields at once


Then I can hide 3 of the standard filter and put the new one

Any ideas, please…
I have look at get_call_args on base_list.js
and maybe if I change the method only on that fields?

Have you found the solution? I also need that.

Hi

Yes i have figure it out how to do it

on the doctype_list.js
I have overrided listview.get_args() function

We select the “name” default filter and delete it from the filters and build the custom or_filters

1 Like