This is an IBM Automation portal for Digital Business Automation products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Cloud Pak for Business Automation - including Business Automation Studio and App Designer, Business Automation Insights
Business Automation Workflow (BAW) - including BAW, Business Process Manager, Workstream Services, Business Performance Center, Advanced Case Management
Content Services - FileNet Content Manager
Content Services - Content Manager OnDemand
Content Services - Daeja Virtual Viewer
Content Services - Navigator
Content Services - Content Collector for Email, Sharepoint, Files
Content Services - Content Collector for SAP
Content Services - Enterprise Records
Content Services - Content Manager (CM8)
Datacap
Automation Document Processing
Automation Decision Services (ADS)
Operational Decision Manager
Robotic Process Automation
Robotic Process Automation with Automation Anywhere
Blueworks Live
Business Automation Manager Open Edition
IBM Process Mining
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
See this idea on ideas.ibm.com
GDA is the new common document and archive platform for the belastingdienst.
GDA uses OpenSearch instead of (or in addition to) Filenet DB queries when searching for documents. GDA functionality requires to search by any property - and business users can define any additional property they see as relevant for their documents (we have a BAW solution which modifies the datamodel/creates subclasses in Filenet almost FN admin intervention). So instead of creating DB indexes for all properties, GDA uses the OpenSearch functionality to also query for date ranges, integer values etc.
Enhancement request for indexing:
Enhancement request for searching:
Potential solutions and alternatives for GDA:
1. and 3. can done if it would be possible to define ingest pipeline for openSearch. it's 1 additional query parameter which can be added using nginx rewrite rule or configure the Filenet to go to openSearch via AppConnectEnterprise.
4. currently the only way to implement is to create own event action that will call openSearch to index document... and than we can cover also 1.-3. with our custom queue sweep.
5. Product Development wrote that they are preparing (for next release in june 2025) a new feature that will allow: "send queries to the engine based on the parameters in the expression (of which there can be arbitrarily many) and return results which are then combined with the database query to produce properly security-filtered final results." Something like CONTAINS function but more generic with following construction: SELECT … FROM DTO::MySpecialSearch(Document, <parameters>) WHERE <property conditions>. So it will allow us to execute complex openSearch query (not just passing queryString) and combine the results with Filenet DB query and leverage Filenet security.
5b. alternative is that we will not execute Filenet query but directly openSearch query and either add security to OpenSearch or merge the results with Filenet query to have property security-filtered results.
5c. we've been also considering to use searchPipeline (search request processor), but the script processor doesn't allow to change the queryString to nested query - but again if we will "intercept" the openSearch query request in ACE we can do whatever we want.
Discussed with Development SME is an alternative to use DependentObjects instead of JSON values encoded in String properties, but that seems a slower solution for ingestion and may also have some performance challenge when searching because it needs to join with 2 additional tables (and one is ListOfObjects where huge number of records may be stored and using multivalue properties may impose a bottleneck)
The evaluation of the alternatives by DTO is not completed yet. DTO already created and is using the model where complex properties are stored as JSON in String properties.
This idea is interesting to not only apply this on complex properties, but also on additional properties defined by business. If each subclass will have these additional properties defined by business in own dependent object (DB table) than it won't affect docVersion index and we can create index for all properties.
Idea priority | High |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.