Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
910 views
in Q2A Core by
I am planning to use Google Custom Search instead of native search of Q2A. I see that there is lot of data stored in the database (words etc) only to help in search. If I do not use the native search are there any tables that can be dropped. If yes, will it improve performance
by
No need to drop the table in database.
just write the code
qa_register_module('search', 'qa-search-basic.php', 'qa_search_basic', '');
for any thing else
http://www.techyv.com/questions/how-connect-database-java-program

1 Answer

0 votes
by

Comment out this line in qa-base.php:

qa_register_module('search', 'qa-search-basic.php', 'qa_search_basic', '');

No need to drop the tables since they won't affect you.

by
gidreen, Thanks for the answer - I will be shortly publishing a site using Q2A. The script is wonderful. Grateful for developing this wonderful application and sharing it with all.
asked May 16, 2012 in Q2A Core by anonymous Tags also does not work
...