The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Search doesn't work.

3 posters

Go down

In progress Search doesn't work.

Post by SSR-Rick December 3rd 2018, 7:00 pm

Technical Details


Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Mozilla Firefox
Who the problem concerns : All members
When the problem appeared : Today
Forum link : https://ssrtechforum.com

Description of problem

Forum "Search" doesn't work for both basic or advanced search. Keep receiving "No topics or posts met your search criteria" message.
SSR-Rick
SSR-Rick
New Member

Posts : 3
Reputation : 1
Language : English

https://ssrtechforum.com

Back to top Go down

In progress Re: Search doesn't work.

Post by Jadster December 3rd 2018, 7:15 pm

Hello!
Can you try to add a custom code script made by @Ange Tuteur by following these steps?

Go to Admin Panel > Modules > JS codes management > Create a new script

Placement : In all the pages
Code:
        $(function(){
          $(function() {
            var fa_magnifier = document.getElementById('fa_magnifier');
       
            if (fa_magnifier) {
              fa_magnifier.onclick = function() {
                this.parentNode.submit();
              };
            }
          });
        });

Source: https://help.forumotion.com/t152226-forumotion-search-bar

Hope this helps!

Cheers,
Jadster
Jadster
Jadster
Helper
Helper

Male Posts : 690
Reputation : 74
Language : English
Location : Omaha, NE

https://ygoduelists.forumotion.com

Back to top Go down

In progress Re: Search doesn't work.

Post by SLGray December 3rd 2018, 7:37 pm

Are you searching for words with less than 4 letters?  If yes, it will not return any results.  It will only work on 4 or more letters.  Also it only searches the topic titles.  You can search messages if you have hashtags activated and click the tags box in the search.


Search doesn't work. Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51495
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Search doesn't work.

Post by Jadster December 3rd 2018, 7:40 pm

SLGray wrote:Are you searching for words with less than 4 letters?  If yes, it will not return any results.  It will only work on 4 or more letters.  Also it only searches the topic titles.  You can search messages if you have hashtags activated and click the tags box in the search.

I actually tested it on their site as a guest. I typed in part of a topic title such as "Mac OS X" and it still came back with the same error message. Just wanted to share this bit of information for you.

Cheers.
Jadster
Jadster
Helper
Helper

Male Posts : 690
Reputation : 74
Language : English
Location : Omaha, NE

https://ygoduelists.forumotion.com

Back to top Go down

In progress Re: Search doesn't work.

Post by SSR-Rick December 3rd 2018, 7:59 pm

Thank you Jadster for your reply. My problem is different. It appears that certain words doesn't search. Example "Elo" doesn't search. Other key words searches find. Anyways, I will take it for what it is. Thanks for your help.

Cheers,
Rick

Jadster wrote:Hello!
Can you try to add a custom code script made by @Ange Tuteur by following these steps?

Go to Admin Panel > Modules > JS codes management > Create a new script

Placement : In all the pages
Code:
        $(function(){
          $(function() {
            var fa_magnifier = document.getElementById('fa_magnifier');
       
            if (fa_magnifier) {
              fa_magnifier.onclick = function() {
                this.parentNode.submit();
              };
            }
          });
        });

Source: https://help.forumotion.com/t152226-forumotion-search-bar

Hope this helps!

Cheers,
Jadster
SSR-Rick
SSR-Rick
New Member

Posts : 3
Reputation : 1
Language : English

https://ssrtechforum.com

Back to top Go down

In progress Re: Search doesn't work.

Post by SSR-Rick December 3rd 2018, 8:01 pm

SLGray wrote:Are you searching for words with less than 4 letters?  If yes, it will not return any results.  It will only work on 4 or more letters.  Also it only searches the topic titles.  You can search messages if you have hashtags activated and click the tags box in the search.

That's it. Looks like it doesn't search if it is 3 or less letters. Thank you SLGray.

Cheers,
Rick
SSR-Rick
SSR-Rick
New Member

Posts : 3
Reputation : 1
Language : English

https://ssrtechforum.com

Back to top Go down

In progress Re: Search doesn't work.

Post by SLGray December 3rd 2018, 11:56 pm

If this is solved, please click the green  mark solved button at the top.


Search doesn't work. Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51495
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum