Liferay Search Migration from 6.2 to 7.1
In Liferay 6.2, search scope used to be specified by groupId (site) , whereas 7.1 defines the scope either only as Everything or This-site by enum value.
The way to specify search scope itself has been simplified (minimized?), but still search result can be filtered by Search facets which accepting groupId, assetEntryId, etc as search criteria.
No need for modification in API yo
Done!
https://github.com/liferay/liferay-portal/tree/7.1.x/modules/apps/portal-search/portal-search-web
https://github.com/liferay/liferay-portal/tree/6.2.x/portal-web/docroot/html/portlet/search
The way to specify search scope itself has been simplified (minimized?), but still search result can be filtered by Search facets which accepting groupId, assetEntryId, etc as search criteria.
No need for modification in API yo
Done!
https://github.com/liferay/liferay-portal/tree/7.1.x/modules/apps/portal-search/portal-search-web
https://github.com/liferay/liferay-portal/tree/6.2.x/portal-web/docroot/html/portlet/search
Comments
Post a Comment