Search engine doesnt work
+2
brandon_g
Thelindali
6 posters
Page 1 of 1
Search engine doesnt work
Hey guys!
Our forum search engine doesnt work. Could you tell me how can I fix it or make it work again..are there any special settings in the admin panel?
thank you!
Our forum search engine doesnt work. Could you tell me how can I fix it or make it work again..are there any special settings in the admin panel?
thank you!
Re: Search engine doesnt work
Hello,
What exactly do you mean 'it doesn't work'? Can you perform a search? What is the url to your forum? May you post a screenshot of the issue?
Information is crucial to us helping you resolve your issue as fast and effeciently as possible, so when you make a new support topic, try to include as much detailed information about your problem as possible.
-Brandon
What exactly do you mean 'it doesn't work'? Can you perform a search? What is the url to your forum? May you post a screenshot of the issue?
Information is crucial to us helping you resolve your issue as fast and effeciently as possible, so when you make a new support topic, try to include as much detailed information about your problem as possible.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Search engine doesnt work
I try to give in key words and to find them in the posted posts (which are thoooousands) and nothing comes out. the search engine doesnt find the key words
pic 1 - we have tried 2 searching engines
pic 2 - advanced search ( in cyrilic)
http://tarot-manija.forumlatvia.com/search
pic 1 - we have tried 2 searching engines
pic 2 - advanced search ( in cyrilic)
http://tarot-manija.forumlatvia.com/search
Re: Search engine doesnt work
The search will look for words found in the title of the posts
I looked for the words
на форум in your forum and found 2 topic's so i see nothing wrong with this setting
I looked for the words
на форум in your forum and found 2 topic's so i see nothing wrong with this setting
Re: Search engine doesnt work
topics is ok- it works ... (but it doesnt give so much results as it schould).
but to find the requested key word in a post- thats the problem.
So, I want to find every post from those 55 338 posts where the discussions were about WORK.
РАБОТА (cyrilic BG). Try to find it...in the posts
but to find the requested key word in a post- thats the problem.
So, I want to find every post from those 55 338 posts where the discussions were about WORK.
РАБОТА (cyrilic BG). Try to find it...in the posts
Re: Search engine doesnt work
I did a search with the word you asked and found it to be working just how it was meant toThelindali wrote:topics is ok- it works ... (but it doesnt give so much results as it schould).
but to find the requested key word in a post- thats the problem.
So, I want to find every post from those 55 338 posts where the discussions were about WORK.
РАБОТА (cyrilic BG). Try to find it...in the posts
Re: Search engine doesnt work
so i can not search the posts? only the topics, the tittles?
to your question : yes
to your question : yes
Re: Search engine doesnt work
we use the hashtag system to look for words if there tagged i will make a report about this but as i have always understood it has always been a search for topic titles
But i will ask to make sure for you.
But i will ask to make sure for you.
Re: Search engine doesnt work
The normal search engine only looks for keywords in topic titles. Also you can not search for words less then 4 characters long.
To search in posts/messages, you have to use hashtags and click the tags box in the search box.
To search in posts/messages, you have to use hashtags and click the tags box in the search box.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Search engine doesnt work
Hello i have got something you may want to take a look at.
As we have already said this will only look for the text in the title but i was gave a item made by google that you may want to add to your forum
Please read the following:
As we have already said this will only look for the text in the title but i was gave a item made by google that you may want to add to your forum
Please read the following:
hi ,you need custom search engine for the forum here you can build
https://www.google.com/cse
once filled the Forum and other data, press the Create
next screen, congratulate us, and click get code
copy that piece of code:
when you have this piece of the search engine, adds that ID in this JS
Code:
$(function () {
//Here's LINE CODE SAVED PREVIOUS STEP
var cx = '0034546779763163:h_rtrtj_qrt';
if($("div#search-box").length){
//phpBB3 with search
$("div#search-box").html("<div id='my_gs'><gcse:search></gcse:search></div>");
}else{
if($("div#page-body").length){
//phpbb2, phpBB3 no search engine and punBB
$("<div id='my_gs'><gcse:search></gcse:search></div>").insertBefore("div#page-body");
}else{
//Invision
$("<div id='my_gs'><gcse:search></gcse:search></div>").insertAfter("div#submenu");
}
}
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'http://www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
});
Positions in all pages,Try it in our forum works great
search the forum for any word that contains the topic or title
Re: Search engine doesnt work
There is a tutorial for this: https://help.forumotion.com/t134152-add-a-google-search-toolbar-on-your-forum-home-page?highlight=googleAPE wrote:Hello i have got something you may want to take a look at.
As we have already said this will only look for the text in the title but i was gave a item made by google that you may want to add to your forum
Please read the following:hi ,you need custom search engine for the forum here you can build
https://www.google.com/cse
once filled the Forum and other data, press the Create
next screen, congratulate us, and click get code
copy that piece of code:
when you have this piece of the search engine, adds that ID in this JS
Code:
$(function () {
//Here's LINE CODE SAVED PREVIOUS STEP
var cx = '0034546779763163:h_rtrtj_qrt';
if($("div#search-box").length){
//phpBB3 with search
$("div#search-box").html("<div id='my_gs'><gcse:search></gcse:search></div>");
}else{
if($("div#page-body").length){
//phpbb2, phpBB3 no search engine and punBB
$("<div id='my_gs'><gcse:search></gcse:search></div>").insertBefore("div#page-body");
}else{
//Invision
$("<div id='my_gs'><gcse:search></gcse:search></div>").insertAfter("div#submenu");
}
}
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'http://www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
});
Positions in all pages,Try it in our forum works great
search the forum for any word that contains the topic or title
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Search engine doesnt work
This topic is interesting
kinhdoanh10001- New Member
- Posts : 1
Reputation : 1
Language : english
Similar topics
» search doesnt work?
» Tuesday tip : Reputation system: only allow positive votes
» New Registration Doesnt work
» chatbox java doesnt work
» URGENT! The forum doesnt work at all!
» Tuesday tip : Reputation system: only allow positive votes
» New Registration Doesnt work
» chatbox java doesnt work
» URGENT! The forum doesnt work at all!
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum