### Description Allows full text functions to be used in STATS ... WHERE: ```sql FROM books | STATS c = count(*) where author:"tolkien" ``` Just filters should be enough for now, although BY could also use full text functions for grouping