Custom Search In Constellation

Hello Architects,

Help needed in exploring the possibility of building/Configuring custom search screen in constellation based on different input parameters (filter ) .

Use case : As a user I should be able to search the policy( case) based on policy number, status, type, Business .

as shown below after selecting input filter and click on submit, search results should be displayed.

Please let me know if you have any solution.

Thanks,

Eswar D

@ParamD16584266 the D_pySearch data page is used to returned the cases - you will get the search term and the search results from the elastic search. Make sure that your case type is indexed and the properties to use in the search query are part of the search index

@RichardMarsot

Thanks for your reply,

You are stating that if we Indexed the case type and required properties then Global search retrieved the results.

but my requirement is that as I explained can we configured the Custom search screen in main navigation. I attached in the screen shot for your reference.

Use case : As a user I should be able to search the policy( case) based on policy number, status, type, Business .

after selecting input filter and click on submit, search results should be displayed

Thanks,

Param

@ParamD16584266 Hi Param. Were you able to achieve this in Constellation to do a custom search?

@ParamD16584266 @krishnateja @RichardMarsot

I’m able to achieve the Custom search in Constellation. However, Reset Search can be done via the check box because the Refresh View should be triggered whenever the checkbox property changes and you can configure the data transform to reset the data. I hope you don’t need an explicit search button because the data loads as when you tab out from any field.

Please find the screenshot for your reference.

@sangr2 - Was this implemented using a case or were you able to accomplish this using landing pages?

If using landing pages can you please let us know the high level approach?

Warm regards,

Imran Dawoodbasha

@krishnateja Not yet

@sangr2 Pls share more information on your implementation approach.

Hi @RameshSangili I have also same requirement. Could you please provide the detail steps like how did you configure the DT.
Did you configure as separate screen in the left panel navigation or in the flow.
Also provide some details on refreshing when tab out.

@Imranullah-db Hi Imran,

Were you able to find the solution for the search in the landing page in constellation UI? If Yes, Please let me know the approach.

Thanks in advance.

@sangr2 Can you share more information on your implementation approach and if this is achieved through landing pages?

@krishnateja

I believe the approach above is achieved using List Views and promoted filters. Here are some relevant docs:

Configuring list Views (pega.com)

Expanding list Views (pega.com)