Looking at the code, is seems that it's currently only taking the first entry from the langs array into account, and defaults to English if the language is not specified.
This interferes with a couple of interesting use cases:
- (obviously) matching additional languages specified on a post
- matching posts that have only a selected language specified
Looking at the code, is seems that it's currently only taking the first entry from the
langsarray into account, and defaults to English if the language is not specified.This interferes with a couple of interesting use cases: