Hi all!
I need to search articles written by certain authors. The authors of the article are stored in the array "authors", and an author's name may be spelled as "John Doe", "J Doe" or even "Doe J.". Accordingly, the search string may also occur all mentoned spellings of the name of this author.
How do I properly configure the "authors" mapping to search carried out correctly? For example, the "J Doe" search string should find all articles with authors spelled with any of these combinations.