Hi Ron,
Thank you for your answer.
If I understand right TaskInboxIndexedSearchContentProvider does the search exclusively on the indexed fields.
I was expecting that after the search base has been limited by the indexed search, then a search is also done on the Task Data. But your explanation unfortunately (for me) confirms the documentation (8-2-SP1_BPM_Task_Development_Help.pdf):
@mja4wm: Can you please tell me how long the indexing took in Production (there can be over 1 million tasks).
Does the indexing time increase directly proportional with the number of indexes?
@iman: No data is lost. During the indexing process the Task Data is replicated in the index table.
A useful video can be found here: http://techcommunity.softwareag.com/ecosystem/communities/protected/developer/webmethods/caf/demos/task-index-advanced-topics.html
I have seen that when using the “=” operator for indexed fields I can also search with “*” regex (but not with “?”) .
For example if the indexed field value is “subject 01” then search with:
- “sub” - no matches
“sub*” - all tasks that match the regex
“subj*01” - all tasks that match the regex
“sub?ect 01” - no matches
My question is if this is a feature or just a coincidence (I have not found it in the documentation).
There is the risk that I base my implementation on search with “*” and then some MWS “Fix” will remove this feature.
br,
Vlad
#webMethods-BPMS#webMethods#MWS-CAF-Task-Engine