olivernn / lunr.js

A bit like Solr, but much smaller and not as bright
http://lunrjs.com
MIT License
8.89k stars 545 forks source link

Feature Request: Subqueries #379

Open jessebwr opened 5 years ago

jessebwr commented 5 years ago

I've been trying to think about how to construct a search like

"+(cat dog) +(ham egg)"

As in it must contain (Cat or Dog) AND (ham or egg)

is there currently any support for this?