graggox
Member
Posted 4 months ago #
Is it possible to get the default WordPress Search to search another database? I am using the Events Manager plugin, which does not create new posts. It creates the events in a separate database instead. I have tried using Search Everything and Search Unleashed but they don't work.
Thanks guys.
richarduk
Member
Posted 4 months ago #
You can use atomz or google. Not limited to WP
for atomz, it might look something like this:
<form method="get" id="search-form" action="http://search.atomz.com/search/">
<fieldset>
<legend>
<input type="text" onfocus="this.value=' '" value=" Search" name="sp_q" id="search-input" />
<input type="hidden" name="sp_a" value="sp10a" />
<input type="submit" id="search-submit" value="" />
<input type="hidden" name="sp_p" value="all" />
<input type="hidden" name="sp_f" value="ISO-8859-1" />
</legend>
</fieldset>
</form>