I am wondering if it is a breaking change for Rich search when I am migrating my project to v 7.1 from v7.0 and used the same code in the mainScreen.
I am getting the error as marked in red below:
Thanks for any help.
I am wondering if it is a breaking change for Rich search when I am migrating my project to v 7.1 from v7.0 and used the same code in the mainScreen.
I am getting the error as marked in red below:
Thanks for any help.
Hi @evgeny.zaharchenko
When I use the code above originally from github it doesn’t work.
However, I just have tried the xml code from my previous mainWindow screen as follows and it worked.
<hbox id="titleBar"
align="TOP_CENTER">
<search:richSearch id="search"
align="MIDDLE_CENTER"
caption="Menu Search"
description="Menu Search"
inputPrompt="msg://search"
suggestionsLimit="20">
<search:strategyBean name="search_SideMenuSearchStrategy"/>
</search:richSearch>
</hbox>
Hi @mortozakhan,
Rich search for CUBA 7.1 will be released on next week. Currently there are few compatibility issues which will be resolved in release.
Regards,
Evgeny