Re: Error on searches containing specific character pattern

2020-09-07 Thread Andy @ BlueFusion
Thanks David, I'll set upĀ  the techproducts schema and see what happens. Kind regards, Andy On 4/09/20 4:09 pm, David Smiley wrote: Hi, I looked at the code at those line numbers and it seems simply impossible that an ArrayIndexOutOfBoundsException could be thrown there because it's guarded

Re: Error on searches containing specific character pattern

2020-09-03 Thread David Smiley
Hi, I looked at the code at those line numbers and it seems simply impossible that an ArrayIndexOutOfBoundsException could be thrown there because it's guarded by a condition ensuring the array is of length 1.

Error on searches containing specific character pattern

2020-09-01 Thread Andy @ BlueFusion
Hi All, I have an 8.6.0 instance that is working well with one exception. It returns an error when the search term follows a pattern of numbers & alpha characters such as: * 1a1 aa * 1a1 1aa * 1a1 11 Similar patterns that don't error * 1a1 a * 1a1 1 * 1a11 aa * 11a1 aa * 1a1aa *