Minimize database searches when implementing multiple language support

Made this solution that reads all texts for the current page and in the Users current language in one Search. The result is put in a hidden Repeating Group. Each field then reads the Repeating Group.

The fields read in a consecutive order from first to last post in the Repeating Group and not by searching for an ID. A bit crude I agree, but it works for my little app for now.

3 Likes