AppComponent RichSearch migration to Platform V7.01

While migrating the RichSearch apComponent to platform v7, I got the following error. Thanks for helping how to resolve it:

> Task :search-gui:compileJava FAILED
/Users/mak/Projects/appComponents v7/rich-search-addon-master/modules/gui/src/com/haulmont/addon/search/gui/xml/layouts/loaders/RichSearchLoader.java:24: error: cannot find symbol
        resultComponent = (RichSearch) factory.createComponent(RichSearch.NAME);
                                              ^
  symbol:   method createComponent(String)
  location: variable factory of type UiComponents
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error

FAILURE: Build failed with an exception.

Hi,

Please rename method createComponent to create, it should resolve this issue.
Also, we are working on a new Rich search addon version which will be compatible with CUBA 7.0, so I think it will be better for you to wait until this version will be released

1 Like

Thank you Evgeny, I shall wait for the new Rich Search as suggested. Any idea on timeline?

Hi,

We’ve just published Rich Search addon release for CUBA 7.0. Please try to use 1.4.0 addon version.

1 Like

Sounds great! Is there any enhancements done or it’s a version for platform version 7?

It is just version for CUBA 7.0

1 Like