Dear all. Anyone with experience the algolia integ...
# prisma-whats-new
y
Dear all. Anyone with experience the algolia integration? In order to get relevant search results data should be denormalized. This is however not really possible with graphql out of the box ? Lets say I have a book containing parts that contains sections which contain subsections which contain subsections that again contain paragraphs that contain lines (Just a thought example. i have not split my data into lines). In order to get goood search results with Lucene you should denormalize the data into reasonable chunks. Lets say that a reasonable chunk is a subsection. In that case I need to concatenate the strings in all corresponding paragraphs and lines. This, however, is to my knowledge not possible out of the box with graphql? Can you help ?