0
Welcome Guest! Login
0 items Join Now

Rockajaxsearch not working with finding numbers

  • Rockajaxsearch not working with finding numbers

    Posted 14 years 10 months ago
    • Hi
      I'm using RokAjaxSearch, it would not find data with numbers under 4 digits for example I post videos on the site and each video has a date and video number. It will find episode # 1400 but it give no results with # 880 and same thing with date if i type june 10 for example it will find all the episodes of June because it will recognize the word and not the number.

      Thanks in advance for your help.
  • Re: Rockajaxsearch not working with finding numbers

    Posted 14 years 10 months ago
    • Search term must be a minimum of 3 characters and a maximum of 20 characters. If you put 880 to the default Joomla search component, does it show the result?
  • Re: Rockajaxsearch not working with finding numbers

    Posted 14 years 10 months ago
    • it's the same with default search and with hwd video search.

      I'm using rt-kinetic template with hwdvideoshare if these info will help.
  • Re: Rockajaxsearch not working with finding numbers

    Posted 14 years 10 months ago
    • Could you please provide your website link so we can see and check the problem?
  • Re: Rockajaxsearch not working with finding numbers

    Posted 14 years 10 months ago
    • it's www.Lfan.com and the search engine at the bottom right corner

      Thanks
  • Re: Rockajaxsearch not working with finding numbers

    Posted 14 years 10 months ago
    • I checked your site and since the 800 term also doesn't return the #800 episode in the default result, it will not show in the RokAjaxSearch.

      Could you please try following this guide ? Change the search minimum limit from 3 to 1?
  • Re: Rockajaxsearch not working with finding numbers

    Posted 14 years 10 months ago
    • Arifin FinLy wrote:
      I checked your site and since the 800 term also doesn't return the #800 episode in the default result, it will not show in the RokAjaxSearch.

      Could you please try following this guide ? Change the search minimum limit from 3 to 1?

      I fallowed the directions, I found the file in modules but when it came to components I'm lost...
      The name of files are different from the one I have
  • Re: Rockajaxsearch not working with finding numbers

    Posted 14 years 10 months ago
    • Edit this file:
      <Joomla Root>/administrator/components/com_search/helpers/search.php

      Find below codes:
      if ( $searchword && JString::strlen( $searchword ) < 3 ) {

      Change the codes to:
      if ( $searchword && JString::strlen( $searchword ) < 1 ) {
  • Re: Rockajaxsearch not working with finding numbers

    Posted 14 years 10 months ago
    • I did that...still gives me the same results...I was wondering if there is a conflict between languages, because if I search a word less than 3 characters in RT language it will find it, but if I type "febr" for february it will not find it but will find it when I type the whole word.

      Thanks
  • Re: Rockajaxsearch not working with finding numbers

    Posted 14 years 10 months ago
    • joe_dimitri wrote:
      I did that...still gives me the same results...I was wondering if there is a conflict between languages, because if I search a word less than 3 characters in RT language it will find it, but if I type "febr" for february it will not find it but will find it when I type the whole word.

      Thanks
      I am thinking this is an issue in Joomla core file as when you type "febr" in the default search, the results also not shown.
      www.lfan.com/index.php?searchword=febr&o...n=com_search#content

      Would you like to try to ask this question at Joomla forum as this is more related to the core file?

Time to create page: 0.077 seconds