boolean-parser

js
Script that parses a boolean query to an array with all the possibilities. IE: (a AND (b OR c)) -> [[a, b],[a, c]]
Version 0.0.2 License MIT
Keywords
booleankeywordsparserqueryparserlucene
Script that parses a boolean query to an array with all the possibilities. IE: (a AND (b OR c)) -> [[a, b],[a, c]]