firmen Posted July 10, 2015 Share Posted July 10, 2015 I have a German based language site: http://www.firmentube.com with informations about different companyes. I want to implement a simple php search engine for my site on pages like this on the right side of the site http://www.firmentube.com/firmen-de/3560/Hamburg/Stadtstaat/0/Hamburg-91.php I want to add a new radio box field to select language for displayed search results on diferent languages. to display all informations about the companyes on multiple languages like English, Iatalian, Spanish Is there a possibility to integrate Google Site Search with more languages? How can i do that? I need some code suggestions, to make this script run fast. Thanks all Quote Link to comment https://forums.phpfreaks.com/topic/297249-php-search-engine/ Share on other sites More sharing options...
fastsol Posted July 10, 2015 Share Posted July 10, 2015 Google searching to help you, I found a couple possibly helpful things. First is a link about a similar question that was asked. https://productforums.google.com/forum/?hl=en#!category-topic/customsearch/implementation/FSbNd4JZyws Second is info taken from this page https://developers.google.com/custom-search/docs/context The part I found useful was this "language. Specifies one of the supported languages to display in the user interface. Specifying a language will boost results in that language, but will not filter out results in other languages. If not specified, Custom Search will use en (English). If the value is null, Custom Search will use the language of the locale of your user." Quote Link to comment https://forums.phpfreaks.com/topic/297249-php-search-engine/#findComment-1516041 Share on other sites More sharing options...
CroNiX Posted July 10, 2015 Share Posted July 10, 2015 Google custom search rocks and is very easy to implement. It's very fast too. Quote Link to comment https://forums.phpfreaks.com/topic/297249-php-search-engine/#findComment-1516056 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.