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.
There is inconsistency when a search for the word "me" is executed in livebook, but every other word seems to pass without any problem. Running the same notebook as a script on my machine fails even though the IO.get (I was wrong thinking it's the issue) statement was removed. The most interesting part is that when I run the same code in the test environment it works.
There is inconsistency when a search for the word "me" is executed in livebook, but every other word seems to pass without any problem. Running the same notebook as a script on my machine fails even though the
IO.get
(I was wrong thinking it's the issue) statement was removed. The most interesting part is that when I run the same code in the test environment it works.See images below: