We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Okay this is a fun one, with two people:
[ { "_id": "a", "profile": { "firstName": "Henk", "lastName": "Pietersen" } }, { "_id": "b", "profile": { "firstName": "Henk", "lastName": "Kaazig" } } ]
the middleware will currently generate
<a id="a"><a id="b">Henk</a></a> <a id="b">Kaazig</a>
We should find a way to prefer the 'Kaazig' immediately, since it's surname is behind the first name.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Okay this is a fun one, with two people:
the middleware will currently generate
We should find a way to prefer the 'Kaazig' immediately, since it's surname is behind the first name.
The text was updated successfully, but these errors were encountered: