Currently we encountered SQL timeout issue when user using Active Forums search even though we have activated the full text search as the forum size is quite big.
When we try to run the stored procedure [activeforums_Search_FullText], we only managed to get result above 1 minutes.
We have tried to increase SQL timeout from connection string inside web.config but it's not affecting the search.
Is there any way to increase the SQL Execution Timeout for search?