-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The following were run against the example:
console.log(data.filter(luceneFilter('species: droid AND NOT name:"Moon Moon"')));
-> []
console.log(data.filter(luceneFilter('species: droid AND NOT name:R2-D2')));
-> [Object]
0: Object
name: "R2-D2"
description: "Astromech droid built on Naboo."
species: "Droid"
!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working