elixir-haystack / haystack

Simple, extendable full-text search engine written in Elixir
MIT License
205 stars 4 forks source link

Mention supervisor setup in documentation and blog post #3

Open jaimeiniesta opened 1 year ago

jaimeiniesta commented 1 year ago

Hi!

I'm learning to use Haystack, and found that the documentation and blog post are missing an important step, where you set up the related supervisor and storage:

https://github.com/elixir-haystack/phoenix-live-view-example/blob/main/lib/app/application.ex#L20-L21

philipbrown commented 1 year ago

Thank you @jaimeiniesta!

Yeah, I still need to go expand on the documentation. There's a couple of places that are still lacking. Let me know if you find anything else that requires more documentation!