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

Terms Query Should Parse Options #6

Closed heywhy closed 2 years ago

heywhy commented 2 years ago

Overview

The initial implementation for the terms query total ignores options passed to it, so it is fixed in this PR.

TODO

Testing

How to test:

  1. Create an index
  2. Add documents
  3. Search the index using QueryDSL

What to test: