Open avoinea opened 2 hours ago
Sometimes editors use Tags field to give their content some unique identifiers and they expect to be able to search for for these identifiers.
I wonder if the Subjects was left intentionally out of the SearchableText index with a good reason or it's a bug?
Subjects
SearchableText
Hmm :thinking: https://github.com/plone/plone.app.contenttypes/pull/303
Funny https://github.com/plone/plone.app.contenttypes/blob/master/plone/app/contenttypes/indexers.zcml#L9-L32
But then what should we do with Content-Types created TTW
@avoinea see: https://6.docs.plone.org/backend/indexing.html#textindexer
Sometimes editors use Tags field to give their content some unique identifiers and they expect to be able to search for for these identifiers.
I wonder if the
Subjects
was left intentionally out of theSearchableText
index with a good reason or it's a bug?