```json
{
    "title": "FULLTEXT Indices — The Final Homer!",
    "url": "https://performancezen.com/2005/01/20/fulltext-indices-the-final-homer/",
    "datePublished": "2005-01-20",
    "dateModified": "2005-01-20",
    "language": "en-US",
    "description": "Ok, figured out the problem with the \"/\" [root document] query using FULLTEXT indices. It's actually two problems, It is less than the minimum character count, which is four by…",
    "author": "spierzchala",
    "publisher": "Performance Zen"
}
```

# FULLTEXT Indices — The Final Homer!

Ok, figured out the problem with the "/" [root document] query using FULLTEXT indices. It's actually two problems,

1. It is less than the minimum character count, which is four by default; I reduced that to three.
2. It isn't an alphanumeric character.

So, my corner-case hack would have been necessary anyway.
