Using 8.0.1
In V7 the text within Choices (the HTML for Name field) was indexable for the built-in search function.
In V8 this text doesn't seem to be indexed properly. If I create a product with 3 Choices (drop down list) and set their HTML for name to be
Alpha
Beta
Gamma
then none of these are indexed.
If I change them to
!!<Alpha>!!
Beta
Gamma
then Alpha and Beta are indexed - but not Gamma.
And if I make the list
!!<Alpha>!!
!!<Beta>!!
Gamma
or
!!<Alpha>!!
!!<Beta>!!
!!<Gamma>!!
then all 3 are indexable.
In V7 the text within Choices (the HTML for Name field) was indexable for the built-in search function.
In V8 this text doesn't seem to be indexed properly. If I create a product with 3 Choices (drop down list) and set their HTML for name to be
Alpha
Beta
Gamma
then none of these are indexed.
If I change them to
!!<Alpha>!!
Beta
Gamma
then Alpha and Beta are indexed - but not Gamma.
And if I make the list
!!<Alpha>!!
!!<Beta>!!
Gamma
or
!!<Alpha>!!
!!<Beta>!!
!!<Gamma>!!
then all 3 are indexable.
Comment