algolia / jekyll-algolia

Add fast and relevant search to your Jekyll site
https://community.algolia.com/jekyll-algolia/
MIT License
214 stars 35 forks source link

Issue with Jekyll collections #161

Closed jdwallace12 closed 3 years ago

jdwallace12 commented 3 years ago

Hi there, it seems my collections within Jekyll are indexing, since I see them within my index in the Algolia dashboard but I am not seeing them in my results, am I missing something obvious? Thanks!

Haroenv commented 3 years ago

Hi @jdwallace12, I see you opened and closed this issue, is it solved?

jdwallace12 commented 3 years ago

@Haroenv , sorry for the noise! I think I figured out the issue. I am using algolia search with autocomplete and I think it has to do with the facetFilters. If I wanted to show collections and pages mixed together would I use something like facetFilters: ["type:page", "type:document"]? although this seems to show no results when plugging it into my ui.