Closed acobster closed 8 months ago
I18n queries can be faster and more concise if we combine them instead of splitting them out into separate per-binding queries for filtering, formatting, compaction.
{:query/key :post :query/name ::i18n/fields :spaths [[:post/_taxons s/ALL :translatable/fields] [:translatable/fields]] :field/lang :ar :format? true :compact? true}
I18n queries can be faster and more concise if we combine them instead of splitting them out into separate per-binding queries for filtering, formatting, compaction.