Sébastien Ros

Results 1044 comments of Sébastien Ros

Two tests failed. One seems to be a random issue with te TestHost.App playground and the fact that RabbitMQ management was assigned the same port as CatalogDb web app. The...

@radical workload test failure? This one was already failing in the previous run btw.

/backport to release/9.0-rc1

Can you create a PR to solve this issue?

Was able to reproduce with the command line you provided. The amd2 machine was actually not up-to-date and didn't have the fix that solved the sdks resolution. It's working fine...

I believe what you need is to set a custom analyzer on your indexes. The default one doesn't do case normalization. This is documented [here](https://docs.orchardcore.net/en/latest/guides/implement-fulltext-search/#2nd-step-create-a-lucene-or-elasticsearch-index) Then for a list of...

As a follow up work we should probably have a section list all the available analyzer, and maybe register a few more by default so we could use then by...

You can create custom Editors for any field, and then select it in the settings. That would be a great a ddition.

@nerd3717 it probably needs some custom code to integrate in GraphQL, please send a PR by looking at what other fields do (The closest should be NumericField).

@RNovachkov Nice! pull request?