Possible to filter/search on multiple fields within a single doctype?

Not talking about individual field filters…

For example… if you have fields in custom doctype “parts”:

part_manufacturer
part_number
part_type
part_description
part_comments

can we have another field:

“parts_search”

that can be a doctype global search that searches/filters results on contents of ALL fields?

Reason is often user will have to search 1 by 1 through each filter

Can you elaborate more on what are you trying to achieve?

What value does the field parts_search hold?

parts_search field would hold no data. I was just imaginging parts_search field as a way to generate a filter field on the interface. There is probably a way to do it (generate filter field) dynamicaly in the code.

We are trying to be able to search/filter multiple field of a single doctype by typing only within a single cell.