— So if you wanted to omit some props, you can use a search
object which omits them, and then use clone
Message permanent page
— filter
works the exact same way in terms of the search index, but also lets you run a test callback
— I wanted to add a blacklist at some point though
— I see in the example, that your filter is exclusive, what about inclusive filter?
— Https://github.com/Floofies/Differentia.js/issues/6
— Blacklist and whitelist together doesn't make sense at all