Ken Ingram Monday, September 16, 2013 10:38 PM (link) @Ken since 7.1.0 the search has been lucene based so you do not check the database, the data is stored in the lucene index in app_data/search - you can use a tool such as <a href="http://code.google.com/p/luke/">http://code.google.com/p/luke/</a> to see what the index contains cathal connolly Tuesday, September 17, 2013 11:13 AM (link) @Cathal, thank you for the reply.