Hi all,
I have looked around online for a solution to this, but so far have not found anything.
I have a system running with Elasticsearch which uses an analyser to sort alphabetically, however when doing this, articles are treated as relevant, meaning for example, a record called "The Mona Lisa" will be sorted under "T".
Is there a way to ignore articles (such as "The", "A", "An") in record names for sorting, so that "The Mona Lisa" would be sorted under "M"?
Many thanks in advance.