For the following gist: https://gist.github.com/1337584
Am I correct that if the mvel script returns true, then the doc
will be filtered from search results?
Do I have the correct syntax for referring to the param accessBit
or do I need to wrap with something like param['accessBit']?
Thanks,
Shane
kimchy
(Shay Banon)
November 8, 2011, 2:54am
2
On Thu, Nov 3, 2011 at 9:51 PM, Shane Witbeck shane@digitalsanctum.com wrote:
For the following gist: gist:1337584 · GitHub
Am I correct that if the mvel script returns true, then the doc
will be filtered from search results?
No, its the other way around. If the script returns "true", it will be
included in the search results.
Do I have the correct syntax for referring to the param accessBit
or do I need to wrap with something like param['accessBit']?
No, just using accessBit is good enough.
Thanks,
Shane