Rich-Search is not optimized to new collapsible sideMenu

Hi
It seems that the RichSearch add-on is not optimized for the new sinde menu (Collapsible). Please see details on my post here.

Hi @mortozakhan,

Please check how implemented rich search in side menu in rich search emo project

Regards,
Evgeny

Thank you Evgeny.
I have followed the suggested code and worked. However, I get the following exception:

image

If I remove "ext:index=“2” it works.
Questions:

  1. Whats the role of index here?
  2. If I want to move the Search field above the menu items, how can we implement that?

Hi @mortozakhan,

Please find more info about screen extension in our documentation Extending Screens - CUBA Platform. Developer’s Manual

Regards,
Evgeny

Thanks Evgeny. I was missing the following line and it worked.

xmlns:ext="http://schemas.haulmont.com/cuba/window-ext.xsd"