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.
The forum of the forums
3 posters

    Search doesn't work.

    SSR-Rick
    SSR-Rick
    New Member


    Posts : 3
    Reputation : 1
    Language : English

    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.
    Jadster
    Jadster
    Helper
    Helper


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

    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
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

    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.
    Jadster
    Jadster
    Helper
    Helper


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

    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.
    SSR-Rick
    SSR-Rick
    New Member


    Posts : 3
    Reputation : 1
    Language : English

    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

    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
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

    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.

      Current date/time is September 23rd 2024, 7:17 am