I try to implement a search (in english & french) on long texts (>256 characters).
The text fields are private (no external search allowed because personal data).
The indexed field values must be updatable (if a user makes a change to his imput).
I need a case & accent not sensitive search and I can’t find a way to manage that kind of simple search.
I had a look at Algolia but it is not working for private fields.
I tried “Advanced Algolia Search” but it seems that you can not update or delete the records.
Is there any solution with Solr or Elasticsearch ?
Can someone please help me ?
Thank you in advance.