Nico Hoffmann ෴.
Nico Hoffmann ෴.
👍 agreed. It is an edge case where init gets a bit weird. Will think about how to make this easier to understand from docs or so. Would close this...
## Summary for the team I don't think there is a good way currently to resolve layout and blocks field content first before search, so that their json markup doesn't...
```php $results = $site->search($query, 'title|adresses:yaml|text:json|tags'); ``` Following the example, I got the `$field` for `text` and now my search components sees the type specified as `json`, what does it do...
@lukasbestle I think this is the right direction. However, I would suggest to rather have dedicated search methods in the respective classes (Block, StructureObject) which are called from the component...
@lukasbestle The only way I currently could imagine to solve this (besides not doing content changes directly on a high-traffic server), would be to introduce a flag on the cache...
Where I am struggling: where to put this flag. I think it needs to be a temporary file as it needs to exist across different requests (so not in-memory). But...
Maybe someone else from the team remembers why plugin options are added as `['namespace.pluginname']['optionname']` instead as `['namespace']['pluginname']['optionname']`?
@youngcut I think you'll need to provide some context what this change intends to achieve/what the problem is with the existing code.
So far this is intentional, we can debate though if it's the right call we made: Since looking up UUIDs without the cache means traversing through the whole site index,...
@lukasbestle is there a good way to check how many entries one of our caches has?