Hi
As I have moved my project to the lasted 6.9 version, I wanted to use Rich-Search addon. According to the github page, the latest version of the add-on that supports Cuba 6.9 is 1.1.0
However, when I tried to add the app Component in my project, I get the following error.
Hi Evgeniy
Thanks for publishing the new version, appreciated.
I want to use exactly what is shown in shown in the short video of the comp i.e. searching for screens.browse. Is there any code example that can be shared?
Hi Evgeniy
Thanks and of course I have read the readme. And thank you for the link to the demo. However, I didnât find any difference in my app and the readme instruction or your demo app.
I have tried in my own sample app and it worked perfectly but it is not working in my real project. Now wondering if there is any limit of the number of menu items as the only difference is, my actual project has few hundreds menu items. Any comments?
<hbox id="titleBar"> <search:richSearch id="search" align="MIDDLE_LEFT" ext:index="3" inputPrompt="msg://search" suggestionsLimit="100"> <search:strategyBean name="search_MainMenuSearchStrategy"/> <search:strategyBean name="search_UsersSearchStrategy"/> </search:richSearch> </hbox>
i have also tried only with <search:strategyBean name=âsearch_MainMenuSearchStrategyâ/>