Hi,
I have this filter vlm: which is originally indexvolumelabel:search:
Now when I use it for one parameter it is ok, but when I try to use it the same way as indexvolumelabel:drv1;drv2;....;etc. it fails.
How can I achieve that if possible?
Best regards
Creating filter with multiple parameters
Re: Creating filter with multiple parameters
Thank you for the issue report sk2107,
Currently, Everything is quoting the parameter that is passed to your macro.
The next alpha update will pass the parameter directly to your macro without quoting.
For now, please try:
vlm:<drv1;drv2;drv3>
Currently, Everything is quoting the parameter that is passed to your macro.
The next alpha update will pass the parameter directly to your macro without quoting.
For now, please try:
vlm:<drv1;drv2;drv3>
Re: Creating filter with multiple parameters
vlm:<drv1;drv2;drv3> worked fine.
Thank you so much.
Best regards
Thank you so much.
Best regards
Re: Creating filter with multiple parameters
Everything 1.5.0.1361a fixes an issue with macro parameters being quoted.
The following search should now work as expected:
vlm:drv1;drv2;drv3
The following search should now work as expected:
vlm:drv1;drv2;drv3
Re: Creating filter with multiple parameters
Thank a lot for your response.
Best Regards
Best Regards