silverstripe / silverstripe-fulltextsearch

Adds external full text search engine support to Silverstripe
BSD 3-Clause "New" or "Revised" License
44 stars 83 forks source link

FIX: Index fields for subclasses #293

Closed GuySartorelli closed 3 years ago

GuySartorelli commented 3 years ago

The superclass was being checked for the field in each cycle of the loop, prohibiting the indexing of data fields from subclasses.

dhensby commented 3 years ago

This is causing tests to fail. If the changes to the tests are expected, can you fix them and explain why? Otherwise this will probably need to be reworked

GuySartorelli commented 3 years ago

I don't have time to come back to this, and it was fixing a fairly specific situation that I was able to handle with project-specific code. I'm going to close it.