Skip to main content

Hello, I created a basic global search in View by following the codes below. However, the label is not showing up, what am I missing here?

 

 

id: global-search-XXXXX-XXXXX

type: global-search

settings:

  floatingPlaceholder: true

  label: Employee_ID

  search:

    - attribute: _CEL_EMP.EMP_ID

Hi @mustafa.arsla 

Please find below the help page which describes how to configure global search

https://docs.celonis.com/en/global-search.html

 

Thank you for your understanding.


Hi Doruntina,

I have already been using this page as reference, but the information didnt work for me. I was wondering what I was missing.

 

However, I was able to find a solution using "name" attribute. It would be nice if you guys add this information to the page you referred.

 

id: global-search-XXXXX-XXXXX

type: global-search

settings:

  floatingPlaceholder: false

  name: Search By ID

  search:

    - attribute: CEL_EMP.EMP_ID

 

Thank you

 

 


Reply