RafaelWO
RafaelWO
I can only say that I understood it the same way. So yes :+1: in my opinion.
> Hello @RafaelWO did you end up figuring this out? I'm trying to find a solution to the same problem. @sabukar-fn No I did not. But following @jamesagnew's answer it...
@jamesagnew AFAIS the setting for disabling the index for `:text`, called `suppress_string_indexing_in_tokens`, is not part of the DaoConfig (see [docs](https://smilecdr.com/docs/configuration_categories/fhir_search.html#property-suppress-string-indexing-in-tokens)). How can we set this?
Would be great to have this merged - thanks in advance, @tiangolo, for taking a look!
Great! I believe this can be closed then, right? 🙂
Thanks for your contribution, @rsaleev! I am excited to see this be fixed/merged and thus I am happy to help clean up the formatting and add tests - if you...
I created a new PR containing only the actual fix (without reformatting code) here: #258 I will add tests as well as soon as if have time :slightly_smiling_face:
Hi @denis256, I noticed the same performance issue as @syphernl and was also able to pin it down to the release of [v0.55.6](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.55.6). I did some "benchmarking" across different versions...
Thanks for your response, @yhakbar! As mentioned in [my comment above](https://github.com/gruntwork-io/terragrunt/issues/2980#issuecomment-2051290328), I figured that v0.55.6 introduced changes that drastically increase the time for initializing modules (especially the ones in the...
A small update from [my side](https://github.com/gruntwork-io/terragrunt/issues/2980#issuecomment-2051290328): I ran my benchmark again with Terragrunt 0.66.3 (no additional options) and got back to the runtime of ~10min, i.e. the same as before...