<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Searching by Aspect Configuration Issue in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/searching-by-aspect-configuration-issue/m-p/489017#M40067</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can check this blog post:&amp;nbsp;&lt;A href="https://argondigital.com/blog/ecm/adding-metadata-fields-to-simple-search-and-live-search-with-alfresco-5/" target="_blank"&gt;https://argondigital.com/blog/ecm/adding-metadata-fields-to-simple-search-and-live-search-with-alfresco-5/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not really sure would work for&amp;nbsp;@Audit object you have, but those files are the one's used by default.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Apr 2025 16:01:50 GMT</pubDate>
    <dc:creator>LeoMattioli</dc:creator>
    <dc:date>2025-04-15T16:01:50Z</dc:date>
    <item>
      <title>Searching by Aspect Configuration Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/searching-by-aspect-configuration-issue/m-p/489001#M40066</link>
      <description>&lt;P&gt;Hello Alfresco Community,&lt;/P&gt;&lt;P&gt;I'm experiencing an issue with searching for documents in Alfresco Share. Currently, I can successfully search using:&lt;/P&gt;&lt;PRE&gt;ASPECT:"Audit:Courriers" AND @Audit\:object_:"rapport"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp; However, I want to know if there's a way to streamline this so I can search for just "rapport" without specifying the aspect each time. Is there a configuration change I can make to enable direct keyword searches on aspects?&amp;nbsp; I’m currently running Alfresco in a Docker container (&lt;STRONG&gt;Alfresco Community Edition version 23.3.0&lt;/STRONG&gt;). Any guidance or suggestions would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 10:53:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/searching-by-aspect-configuration-issue/m-p/489001#M40066</guid>
      <dc:creator>billybill07</dc:creator>
      <dc:date>2025-04-15T10:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Searching by Aspect Configuration Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/searching-by-aspect-configuration-issue/m-p/489017#M40067</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can check this blog post:&amp;nbsp;&lt;A href="https://argondigital.com/blog/ecm/adding-metadata-fields-to-simple-search-and-live-search-with-alfresco-5/" target="_blank"&gt;https://argondigital.com/blog/ecm/adding-metadata-fields-to-simple-search-and-live-search-with-alfresco-5/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not really sure would work for&amp;nbsp;@Audit object you have, but those files are the one's used by default.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 16:01:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/searching-by-aspect-configuration-issue/m-p/489017#M40067</guid>
      <dc:creator>LeoMattioli</dc:creator>
      <dc:date>2025-04-15T16:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Searching by Aspect Configuration Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/searching-by-aspect-configuration-issue/m-p/489038#M40070</link>
      <description>&lt;P class=""&gt;Thank you for sharing this solution. While this approach works well for a limited number of fixed aspects, our use case involves multiple aspects (with more being added regularly by users). Manually updating configuration files for each new aspect would create significant maintenance overhead.&lt;/P&gt;&lt;P class=""&gt;Would there be a more dynamic approach that could automatically include all custom aspect properties in searches without requiring configuration changes each time? Perhaps:&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;A single wildcard configuration that covers all custom aspects&lt;/LI&gt;&lt;LI&gt;An extension or AMP that automatically detects and includes custom aspects in search queries&lt;/LI&gt;&lt;LI&gt;A customization at the repository level that modifies search behavior globally&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;Our goal is a solution that scales with our growing number of aspects without requiring repeated configuration changes.&lt;/P&gt;&lt;P class=""&gt;Do you have any recommendations for this more dynamic scenario?"&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 09:45:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/searching-by-aspect-configuration-issue/m-p/489038#M40070</guid>
      <dc:creator>billybill07</dc:creator>
      <dc:date>2025-04-16T09:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Searching by Aspect Configuration Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/searching-by-aspect-configuration-issue/m-p/489039#M40071</link>
      <description>&lt;P&gt;As aspects count can grow significantly, it's not configurable in Alfresco as it would have a substantial impact on performances.&lt;/P&gt;&lt;P&gt;You can for sure create an AMP/JAR extensions for Share. I'm not 100% sure, but I would start checking this method:&amp;nbsp;&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/amps/share-services/src/main/resources/alfresco/templates/webscripts/org/alfresco/slingshot/search/search.lib.js#L890" target="_blank"&gt;https://github.com/Alfresco/alfresco-community-repo/blob/master/amps/share-services/src/main/resources/alfresco/templates/webscripts/org/alfresco/slingshot/search/search.lib.js#L890&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It should be the one related to query construction before sending it to backend.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 12:31:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/searching-by-aspect-configuration-issue/m-p/489039#M40071</guid>
      <dc:creator>LeoMattioli</dc:creator>
      <dc:date>2025-04-16T12:31:53Z</dc:date>
    </item>
  </channel>
</rss>

