handle complex quoted queries

Issue #20 new
Instant Search repo owner created an issue

handle typeahead when quoted to handle the following cases:

  • “termA termB” termC
  • termC “termA termB”
  • “termA termB” “termC termD”
  • “termA termB” termE “termC termD”

related to #13

Typically these don’t get that long, but important to handle for these cases:

  • during typeahead search
  • when returning excerpts for typeahead search
  • during advanced search (hitting a button)

Comments (2)

  1. Log in to comment