Hi, I’m try to filter item from a dataset using https://www.wix.com/corvid/reference/wix-data.WixDataQuery.html#ne
This works correctly and display only 1 item:
let filter = wixData.filter().eq('slug', "my-slug");
$w("#dynamicDataset").setFilter(filter);
This does not work and display all item (include the one previously filtered)
let filter = wixData.filter().ne('slug', "my-slug");
$w("#dynamicDataset").setFilter(filter);
Does anyone have an explanation? 
Please post the editor URL of your site. Only authorized Wix personnel can get access to your site in the editor. Please include the name of the page involved.
Hello Yisrael,
Do you have any news on the issue. This is blocking me from delivering the site to my client and I might need to find a work around and modify the code sample. Is that a problem for your investigation? 
@plomteuxquentin I sent this to QA for evaluation and they turned up an issue regarding .ne() on Booking collections. They’ve opened up a ticket on this for dev to fix.
@yisrael-wix thank you. happy to help improve the platform. I guess you have no ETA for the fix? I can change my code so?
@plomteuxquentin No ETA for now. Although, it seems to me that it’s an important enough issue to take care of it promptly. Hopefully it will be quick.