Phrase_prefix with cross_fields

We want the following use case, if a record is saved in the database with the following fields.

{
  "id": 1,
  "name": "Benefit",
  "address": "Supersonic"
} 

Queries such as these should match:

  • ben
  • benefit super
  • benefit supersonic

How could be this achieved?

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