heywhy / ex_elasticlunr

Elasticlunr is a small, full-text search library for use in the Elixir environment. It indexes JSON documents and provides a friendly search interface to retrieve documents.
https://hexdocs.pm/elasticlunr
MIT License
189 stars 9 forks source link

Fix search failure due to missing positions on doc #2

Closed heywhy closed 2 years ago

heywhy commented 2 years ago

Overview

The livebook sample in the project fails when I search for "me".

Screen Shot 2021-11-06 at 1 27 17 PM

TODO

Testing

How to test:

  1. Click the "Run in Livebook" button
  2. Run every code section

What to test: