Capability

Search

Liferay Search is a fundamental component of Liferay DXP. Search obviously powers search results for your sites, but can also be tailored and configured to do much more! Use Search to build dynamic navigation menus based on categories, boost search results for important content, or use it to present a dynamic content experience for users.

Search features include Full-text Search, Indexing of all content types, Search Pages and Widgets, Search Results, and more.

Feature
Deployment Approach
Generating an encrypted certificate for SAML assertions in Liferay DXP 7.0
Issue We use Liferay as SAML Service Provider and we want to generate an encrypted certificate in order to encrypt SAML assertions. Environment Liferay DXP 7.0. Resolution Unfortunately, this functionality is not...
Cache eviction strategies of Liferay Clusters
Issue When a cache eviction order is emitted on a node, is an eviction message also sent to the other nodes? Is replication the default behavior in a clustered environment? When the cache expiration time is...
Audit portlet are not capturing all the activities/events
Issue The user cannot record certain actions in the "Audit Portlet," such as change the content, update the role, upload the document, etc. Environment Liferay DXP 7.2 Liferay DXP 7.3 Resolution Please note: The...
HTML typo found for the 'Load more results' link
Issue When creating a lot of Pages, Load More Options frequently has typos found in the HTML after a Right Click > Inspect. Steps to reproduce 1) Create a minimum of twenty public pages. 2) Navigate to Page Tree 3)...
Users can't see all of their own roles when they make a my-user-account headless API call
Issue When users make a my-user-account headless API call, most of their roles are listed in the response, but their custom regular roles are missing. If an administrator makes the headless API call, all of their...
Cache persistence - what is the default cache configuration and when is it emptied?
Issue The database cache needs to be emptied. We can do it manually but we would like to adjust the current configuration. What is the default configuration? Where can we configure this? Environment DXP 7.0+ Resolution...
What is 224.0.75.75:7500 in Unicast Cluster
Issue When configuring unicast cluster, the following ip/port combination is opened: 224.0.75.75:7500 Environment Liferay cluster with unicast (TCP) configuration. Resolution Is a diagnostic address opened by...
Is there a Headless API to retrieve a User Profile Image?
Issue I would like to retrieve a user profile image via Headless API. Environment DXP 7.4 Resolution Currently, there is no Headless API for retrieving User Profile Images. Additional Information A feature...
Is Windows Server 2022 supported?
Issue We would like to use Windows Server 2022 as our Operating System but we see that it is not listed in the Compatibility Matrix Environment Liferay DXP 7.0+ Resolution Windows Server 2022 is not supported as of yet....
Newly created Virtual instance becoming the main instance
Issue After creating the new virtual instance the newly created instance becomes the main instance and the System Setting has been shifted to the new instance. Environment Liferay DXP 7.0 Resolution This issue is due...
java.net error URISyntaxException:Illegal character in path at index 0 occurred during the export process
Issue While exporting web content, users keep running into errors, but the export is still successful despite the number of errors. Steps to reproduce: 1) Startup DXP 7.3 u23 2) Create a structure with 'text',...
The server is starting up with a broken UI
Issue Even after clearing the temporary folders, the portal does not start up properly after installing a new hotfix: INFO [main][ModuleFrameworkImpl:1971] Starting web bundles ERROR [Start Level: Equinox...
CannotAcquireLockException is shown in the server logs
Issue A CannotAcquireLockException is shown several times in the server log: ERROR [http--10.1.1.133-8080-281][JSONWebServiceServiceAction:97] org.springframework.dao.CannotAcquireLockException:...
Server shuts down abruptly when installing hotfixes in Docker
This resolution describes hardware recommendations that should only be implemented at the discretion of your team. Liferay Support is not required to make any hardware recommendations or offer any guidance on hardware...
Deprecated redirect URL portal properties
Issue Migrating from Liferay 7.2 to Liferay 7.4, we noticed that the usual redirection properties have been deprecated. We are using the below properties in the portal-ext.properties: redirect.url.security.mode=domain...
Is there a case where the bundle ID changes?
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Issue...
Set up a scheduled job which runs at the same time regardless of the winter/summer time
Issue I would like to have a scheduled job that uses a time zone independent of my instance time zone for the execution of Job Scheduler tasks, so it runs at the same time (e.g. 10:00 AM) Environment Liferay DXP 7.4...
Even if you disable the Terms of Use, the Terms of Use screen will appear when you log in for the first time.
Issue In DXP 7.3, "Control Panel > Instance Settings > Instance Configuration > Terms of Use > Require Terms of Use" is unchecked. After upgrading to DXP 7.4, a new Terms of Use pop-up will appear upon first login. Can I...
Sometimes the "This portlet could not be found. Please redeploy it or remove it from the page." error is displayed instead the real portlet
Issue Sometimes after starting the Liferay server, the: This portlet could not be found. Please redeploy it or remove it from the page. error is displayed instead the real portlet Environment Any Liferay DXP version...
Non service builder generated services are not retrieved by ServiceLocator in freemarker template
Issue By default, is not allowed to retrieve non-service builder generated services by ServiceLocator in freemarker template, getting this error: 2022-08-25 08:30:38.427 WARN [http-nio-8080-exec-10][ServiceLocator:42]...
Cannot display user input field value in Web Content templates
Issue When using getData in Web Content template (see example code below), the field reference is displayed instead of the user input field value.  (Output: 'Option92682299' is displayed instead of user input value "Test...
For Oracle Database users, ORA-01795 appears while reindexing
Issue For Oracle Database users, an error indicating ORA-01795 appears while reindexing ORA-01795: maximum number of expressions in a list is 1000 Environment Liferay DXP 7.3 Resolution Please try to adjust the...
Compile Error when removing build.gradle changes needed for com.liferay.portal.dao.orm.custom.sql. in 7.1 and beyond
Issue When addressing build.gradle changes needed for com.liferay.portal.dao.orm.custom.sql by removing the version number, and a compile error is returned. Environment Liferay DXP 7.1 Liferay DXP 7.2 Liferay DXP 7.3...
We can't get the catalina home path in tomcat in DXP 7.4
Issue After migrating to DXP 7.4, we are unable to get catalina home path by using the variable ${catalina.base} or ${catalina.home} This was working in DXP 7.3 and below Environment Liferay DXP 7.4...
Served pages contain links with URLs including the port number
Issue The server is generating HTML/pages with links containing the Web Server's port number in the URL. Example: https://www.myliferayportal.com:443 Environment All DXP versions Resolution If you want to avoid this...
Headless API doesn't return a 401 after token expiration
Issue When I make a headless API call after the OAuth token has expired, I expect the call to return with a 401 status code. However, Liferay returns other status codes after OAuth token expiry. For example, when...
Encountering 'UT005023: Exception handling request to /: java.lang.ArrayIndexOutOfBoundsException: 0' errors when starting JBoss EAP server
Issue The server cannot be started due to the following error after installing DXP 7.4 on the JBoss EAP server: ERROR [io.undertow.request] (default task-1) UT005023: Exception handling request to /:...
How to interpretate order in event actions like logout.events.post
Issue Imposing an order to event actions that can be defined either in portal-ext.properties or as an OSGi component (using key property) is somehow tricky. Environment Configuring an event action that needs to...
The first FreeMarker Engine entry in the list cannot be removed by a user interface control
Issue FreeMarker Engine interface has 2 variables: 'Restricted classes' and 'Restricted variables'. Open user interface: Control Panel > System Settings> Template Engines > FreeMarker Engine (in DXP 7.4). There is...
Unable to add 'related products' via headless API
Issue Steps to reproduce: 1. Start Liferay DXP 7.3 2. Create a site using a 'minium site template'. 3. Invoke the below API using CURL: curl --location --request PATCH...
"No primary key column found for XXXXX" on upgrade process
Issue During the upgrade process you could see this errors in your upgrade logs: 2021-09-30 14:25:57.235 INFO [main][UpgradeProcess:115] Failed upgrade process com.liferay.portal.upgrade.PortalUpgradeProcess in 8114...
Can't change user's password: Passwords may not be changed under the current password policy.
Issue As an administrator, when trying to change a user's password the message "Error: Passwords may not be changed under the current password policy" is shown. Under certain circumstances the message...
Empty drop down icon is visible in calendar portlet for guest users
Issue Steps to reproduce: 1. Start Liferay DXP 7.3 2. Drop the 'Calendar Widget' on a page. 3. Configure the Calendar portlet to disable the RSS subscription. 4. Now, access the page as a guest user. Expected...
Deploy Liferay DXP 7.3 as a Windows Service in a Liferay Bundle
Issue How to deploy a Liferay DXP 7.3 bundle as a Windows Service Environment Windows OS Resolution  Download from Apache Tomcat windows binaries. Copy the missing files from the bin folder in the downloaded...
How can jQuery be enabled by default without using the Control Panel?
, knowledgeArticleType: howTo, legacy: true, name: How can jQuery be enabled by default without using the Control Panel?, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: 67486, title:...
Invalid character found in the HTTP protocol
Issue The tomcat server is fully started, however for some reason, it's shutting down after some minutes with the below error INFO [http-nio-8080-exec-7] org.apache.coyote.http11.Http11Processor.service...
Scheduled job not failing over when master node goes down
Issue You might encounter an issue with your custom scheduled jobs where they are not getting planned if the master node goes down and the new master is elected Environment Liferay DXP 7.0+ Resolution Make sure...
How to redirect a user's browser refresh request to the logout page
Issue Users should redirect to the Logout page whenever they refresh the page (CTRL+R) or attempt to reload the page from anywhere in the application. Environment Liferay DXP 7.2 Resolution There is no portal...
Dockbar is temporarily unavailable workaround
Issue Suddenly, while navigating or performing an action, an error like "Dockbar is temporarily unavailable" appears. Resolution Usually this error, if it doesn't happen consistently, is a consequence of...
Using the default locale property/environment variable won't change the language
Issue Setting the default language in the portal-ext.properties, with the property company.default.locale=nl_NL or as an environment variable LIFERAY_COMPANY_PERIOD_DEFAULT_PERIOD_LOCALE=nl_NL  doesn't change the...