Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  Search template customization

    Posted 09/29/21 01:53 PM

    Hi Team,

    We have a requirement where the user enters a single byte or double byte japanese characters in the search field in search criteria and the search result should return all the documents of both combinations ie if the user enters a policy holder name as ABC in single byte search result should return all the documents having the policy holder name as ABC in both single byte and double byte.

    Kindly let us know development for this requirement is feasible or not and if feasible what would be the further steps.

    Any help is highly appreciated and thanks in advance.

    Regards,

    Sirisha



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 2.  RE: Search template customization

    Posted 10/06/21 08:07 PM

    The search will match the term in the form it was submitted. So "ABC" will search for single-byte characters. If you also want to find the multi-byte form you would need to add another condition for the same property with the multi-byte character and match any of the conditions in the search (OR conditions).



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration