Django unittesting fulltext search

I want to test MySQL InnoDB fulltext search as part of my Django unittest, e.g.: object__search='abc' But the search fails in the unittest.The same search works in Django code - it just fails in ...