Quote:
Originally Posted by JimmXinu
If that's the official solution, I can certainly live with it.
|
Yes, it is the solution.
Quote:
But it would have been a lot easier to find if the behavior were consistent, either one way or the other.
A simple custom column and a composite column with a simple template ("{#characters}, {#genre}"): both work without the refresh.
But a composite column with a template function ("{#genre:uppercase()}") doesn't work without the refresh.
|
You raise an interesting point. I might be able to improve the performance of get_metadata by fetching the custom column values from the cache instead of from the db. There are some possible gotchas, but it is certainly worth checking.
And using the cache would make the behavior consistent.