After configuring the case archiving of a case type in a test envirnonment I tried to search the cases using the values defined in some exposed properties (effectively defined in the db work table) but wasn’t working. It seems like the only search I can do it’s using the case Id, not usefull then.
Based on the documentation i read this “During archiving, only exposed properties are indexed by default.” so i don’t understand what is missing and
@MarinM13 To search for archived cases using exposed properties, you need to use the default Case Management search in the Case Manager portal. You can search for an exposed property of the archived case that you want to review, for example, the case ID. To improve your search results, enter search terms that correspond to the values of exposed properties. In the list of results, in the Include menu, select Archived work items only. If you’re still having trouble, it’s possible that there may be an issue with your search configuration or indexing. Please ensure that your exposed properties are correctly configured in your application and that your indexing is working properly.
→ If you need further help i suggest you log a support issue via msp.
This is a GenAI-powered tool. All generated answers require validation against the provided references.
@MarinM13 any custom properties that are optimized should be indexed and searchable.
Please go to the search landing page and ensure that indexing has completed; ffor example, if you’re using Elastic Search (and NOT SRS) does the custom index (archived data is indexed there) show correct status.
If indexing status is correct, please file an incident. We’ll look at your app closely.
the search is working with the work items with the case id’s and also with the exposed properties.
So, when search the archived cases the search is working with the case id’s and not with the exposed properties.
previously had trouble searching for non-archived cases, but now it seems to be working.
Configures the declare indexes for the properties to enable searching on the archived cases.
Perform the reindexing on all previously archived data.
Solution type description:
Configures the declare indexes for the properties to enable searching on the archived cases.
Perform the reindexing on all previously archived data.
Embedded Elasticsearch does not support retrieving properties from archival cases. As outlined in the documentation, it only stores a set of preconfigured properties, which cannot be modified. The full-text search capability is the only option available for archival data within embedded Elasticsearch. However, the documentation indicates that retrieving properties is possible with the Search and Reporting Service search engine.