Nivel 1
Nivel 2
Iniciar sesión en la comunidad
Iniciar sesión para ver todas las insignias
Hi,
We have a requirement to do full text search while we search from the AEM Assets Search Console
Example: Suppose I search with key word "apple" it would result me 10 assets, ifI search with key word "mango" it would result me 10 assets.
If i search with "apple mango" it is resulting 0 assets but it should result 20 assets.
How to perform this using OOTB features
Regards,
Devi
Los temas ayudan a categorizar el contenido de la comunidad e incrementan la posibilidad de encontrar contenido relevante.
Vistas
Respuestas
Total de me gusta
Vistas
Respuestas
Total de me gusta
@DeviS1 please follow the OR operation as Arun mentioned. Additionally, you can modify the following config:
fulltext.relaxed
property to true
.This makes the search less strict by allowing partial matches or combining multiple terms with an "OR" condition rather than an "AND".
Vistas
Respuestas
Total de me gusta
Hi @diksha_mishra ,
Thanks for the response.
Could you let us know the steps to follow for AEMaaCS to configure fulltext.relaxed property to true.
Regards,
Devi
Vistas
Respuestas
Total de me gusta
If more than one keyword is used, AND is the default operator between the keywords, thus, it considers a search for ‘apple mango’ to be ‘apple AND mango’. For results having both terms use apple OR mango
The search results that match all search terms in metadata fields are displayed first, followed by the search results that match any of the search terms in the smart tags. The approximate order of display of search results is:
Vistas
Respuestas
Total de me gusta
@DeviS1 Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
Vistas
Respuestas
Total de me gusta
Hi,
Apart from using OR, AND operators or wild cards how to achieve this particulaty with search facets using OOTB functionality.
@arunpatidar @diksha_mishra @digarg17
Can you help in this.
Regards,
Devi
Vistas
Respuestas
Total de me gusta
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas