Modification of full text data

Hi everyone,

I’m currently trying to add some data to the full text search when an item is saved. Problem: I manage to do the modification in the database, but it is then overwritten by the basic operation of Omeka S. Is there a way for my module to run only after, or replace this recording?
Thank you in advance for your help!

You could add the data using Omeka’s api.create.post and api.update.post events with a low priority (so your data is not overwritten).

Thanks a lot, exactly what I was looking for!

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.