Any way to create a single search?

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Any way to create a single search?

Re: Any way to create a single search?

by jambo » Fri Jun 12, 2020 2:21 am

Good point, one of the Ajax search plugins might be able to call the phpBB search and aggregate the results. I will look into that as well!

Re: Any way to create a single search?

by axew3 » Thu Jun 11, 2020 7:14 am

A single page, maybe in wordpress, where would be possible to aggregate both search results, wp and phpBB?
One of the most unexpected question ever!

I'm doing, before to re-start to improve the integration plugin, a cross domain integration plugin on fly, that will allow to link wp sites logins cross or same domains, without the need to use external api. The user will not have to login again, if logged into the main site. All others linked sites are considered (let say) slave sites, where an user, can just click a button and login into (if already logged into main, if not, may redirected to login into main, then redirected into slave, not clear how i will finish with this concept, may as options both will be implemented. The code will use just php, javascript and a single db table, which will contain encrypted tokens used to recognize users in a secure (as the concept is, it seem to me absolutely secure!) way.

Said all the not useful here above that present a plugin still not ready, it is of course absolutely possible achieve the 'unified search', but how it would be complicate? Just for keywords or author would be may easy. First way.
But, why not, to pass same search query to phpBB, that's just something like
https://localhost/phpbb3/search.php?keywords=test
and/or any kind of mixed searches that can be achieved in phpBB, and like phpBB do, instead to do a code that unify both results, then display iframed phpBB results page, for same searched words, just above or on bottom, or may columned, together with wp results.
i will take a look into this asap, let re-think to the above, i need time to imagine or look into code to understand, for what i'm able to, which the best way! Any suggestions by anybody?

Any way to create a single search?

by jambo » Thu Jun 11, 2020 2:32 am

I know this is not a W3 plugin question, but is there any way to create a single search that will search across both wordpress AND phpBB?

Top