I have an asp.net web application written in C# using a SQL Server 2008 database. The database contains events with information across a number of tables such as event, venue, city and bands playing.
In the ideal world I'd like my users to enter a natural lanaguage type query in a single search box along the lines of "The Who in Brisbane". I dont however have a huge amount of time to spend on this so am open to simpler suggestions.
After struggling to find information on full text search in sql server I am asking is this the best option to use or is there better / easier methods out there?