Hi
I would like to create an advanced query page using sphinx, similar to this http://www.nearby.org.uk/geograph/query-builder.php
The creator has generously provided the server side of the code: http://svn.geograph.org.uk/svn/branches/british-isles/libs/geograph/sphinxwr...
How do I do implement this on mediawiki? I have no idea where to start if that someone could point me in a general direction that would be fantastic.
Thank you in advance!
Aneta Chmielewski, M. Sc. Research Analyst The Joint Department of Medical Imaging Mount Sinai Hospital, University Health Network, Women's College Hospital, Toronto Rehab 2-201 LuCliff Place, 700 Bay Street, Toronto, ON M5G 1Z6 Tel: 416-946-4501 x 4035 E-Mail: aneta.chmielewski@uhn.ca
This e-mail may contain confidential and/or privileged information for the sole use of the intended recipient. Any review or distribution by anyone other than the person for whom it was originally intended is strictly prohibited. If you have received this e-mail in error, please contact the sender and delete all copies. Opinions, conclusions or other information contained in this e-mail may not be that of the organization.
Chmielewski, Aneta wrote:
Hi
I would like to create an advanced query page using sphinx, similar to this http://www.nearby.org.uk/geograph/query-builder.php
The creator has generously provided the server side of the code: http://svn.geograph.org.uk/svn/branches/british-isles/libs/geograph/sphinxwr...
How do I do implement this on mediawiki? I have no idea where to start if that someone could point me in a general direction that would be fantastic.
Thank you in advance!
Are you trying to make a page from which to show geograph images, like that page? Take a look at http://www.mediawiki.org/wiki/Manual:Special_pages
Or are you just trying to perform searches in the wiki (ie. Special:Search) showing several textboxes?
Hi I am trying to perform searches in the wiki (ie. Special:Search) showing several textboxes.
Aneta Chmielewski, M. Sc. Research Analyst The Joint Department of Medical Imaging Mount Sinai Hospital, University Health Network, Women's College Hospital, Toronto Rehab 2-201 LuCliff Place, 700 Bay Street, Toronto, ON M5G 1Z6 Tel: 416-946-4501 x 4035 E-Mail: aneta.chmielewski@uhn.ca
________________________________________ From: mediawiki-l-bounces@lists.wikimedia.org [mediawiki-l-bounces@lists.wikimedia.org] on behalf of Platonides [Platonides@gmail.com] Sent: Friday, February 03, 2012 4:28 PM To: mediawiki-l@lists.wikimedia.org Subject: Re: [Mediawiki-l] Separate page for advanced search using sphinx
Chmielewski, Aneta wrote:
Hi
I would like to create an advanced query page using sphinx, similar to this http://www.nearby.org.uk/geograph/query-builder.php
The creator has generously provided the server side of the code: http://svn.geograph.org.uk/svn/branches/british-isles/libs/geograph/sphinxwr...
How do I do implement this on mediawiki? I have no idea where to start if that someone could point me in a general direction that would be fantastic.
Thank you in advance!
Are you trying to make a page from which to show geograph images, like that page? Take a look at http://www.mediawiki.org/wiki/Manual:Special_pages
Or are you just trying to perform searches in the wiki (ie. Special:Search) showing several textboxes?
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
This e-mail may contain confidential and/or privileged information for the sole use of the intended recipient. Any review or distribution by anyone other than the person for whom it was originally intended is strictly prohibited. If you have received this e-mail in error, please contact the sender and delete all copies. Opinions, conclusions or other information contained in this e-mail may not be that of the organization.
On 03/02/12 22:29, Chmielewski, Aneta wrote:
Hi I am trying to perform searches in the wiki (ie. Special:Search) showing several textboxes.
There doesn't seem to be an appropiate hook for that. I think you would need to subclass SpecialSearch, and then either hook SpecialSearchSetupEngine or pretransform them at execute(), into a single query.
mediawiki-l@lists.wikimedia.org