cancel
Showing results for 
Search instead for 
Did you mean: 

External data set search parameter getting truncated

Amy_Keith
Confirmed Champ
Confirmed Champ

We have a Unity Form that contains a field for a keyword that uses an external data set. When the user enters a search parameter in the field, they are supposed to enter a space after the search text. When they enter the search text and space, a Unity Script runs which populates the data set based on the search parameter. The problem is that the extra space at the end is being truncated, so the search doesn't return anything because the parameter doesn't contain the space. Any ideas as to why it's getting truncated?


Here's the part of the Unity Script that sets up the filtering.

ExternalKeywordDataSetEventResults results = args.Results;

ExternalKeywordDataSetSearchParameters searchParams = args.SearchParameters;

SearchText = searchParams.FilterText.ToUpper();

7 REPLIES 7

Adam_Kuhn
Star Collaborator
Star Collaborator

This is a known issue that has been addressed in OnBase 19.

This is in OnBase 18 SP1.

Do you observe the same behavior both in the Unity Client and in the Thick Client?

Just in Unity Client. In fact, I'm only seeing the behavior on the Unity Form itself. The filtering works as expected when I'm doing retrieval or I'm re-indexing the document/changing keyword values from the Document Information Panel.