I've implemented algolia search into a note app. I want to recreate the same filter used in the normal note listview that just shows the users notes (see first picture).
But the filter in algolia search doesnt let me set it up the same way. when i select created_by from the notes collection (firebase) it just asks me to select another filter (filter in filter in filter). See second picture. How can i filter my algolia search results to just the users own notes? Thanks for your help!!