Skip to content

Conversation

@fxprunayre
Copy link

@fxprunayre fxprunayre commented Apr 3, 2024

eg. resourceTitleObject.${searchLang}.keyword,resourceTitleObject.default.keyword

should create a filter

[
    {
        "resourceTitleObject.langdut.keyword": "asc"
    },
    {
        "resourceTitleObject.default.keyword": "asc"
    },
    "_score"
]

add translation for the default example provided resourceTitleObject.${searchLang}.keyword

Checklist

  • I have read the contribution guidelines
  • Pull request provided for main branch, backports managed with label
  • Good housekeeping of code, cleaning up comments, tests, and documentation
  • Clean commit history broken into understandable chucks, avoiding big commits with hundreds of files, cautious of reformatting and whitespace changes
  • Clean commit messages, longer verbose messages are encouraged
  • API Changes are identified in commit messages
  • Testing provided for features or enhancements using automatic tests
  • User documentation provided for new features or enhancements in manual
  • Build documentation provided for development instructions in README.md files
  • Library management using pom.xml dependency management. Update build documentation with intended library use and library tutorials or documentation

eg. `resourceTitleObject.${searchLang}.keyword,resourceTitleObject.default.keyword`

should create a filter

```
[
    {
        "resourceTitleObject.langdut.keyword": "asc"
    },
    {
        "resourceTitleObject.default.keyword": "asc"
    },
    "_score"
]
```
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants