First Draft of the Example Files
@@ -0,0 +1,6 @@
SELECT author,title FROM classics
WHERE MATCH(author,title)
AGAINST('+charles -species' IN BOOLEAN MODE);
AGAINST('"origin of"' IN BOOLEAN MODE);
The note is not visible to the blocked user.