I'm trying to add a new record type "individual" and make it automatically add all element texts for searching. However, I can't make it fill all it's elements for searching. It's hard to explain, but when I add texts manually as described in http://omeka.org/codex/Updating_Plugins_For_2.0 they work as expected (i.e. show up in the table search_texts), but when I add:
$this->_mixins[] = new Mixin_ElementText($this);
to the _initializeMixins() method, nothing happens. I expected that all elements of my record "individual" would be inserted in the table search_texts separated with a single space, just as Item or Collection records works.
Has anyone got it working or do you have any ideas of what I'm doing wrong?
Thanks in advance!
/Daniel