0
Welcome Guest! Login
0 items Join Now

Maximum characters for Search term

    • PCNW's Avatar
    • PCNW
    • Sr. Rocketeer
    • Posts: 100
    • Thanks: 0
    • Web design

    Maximum characters for Search term

    Posted 15 years 8 months ago
  • Re: Maximum characters for Search term

    Posted 15 years 8 months ago
    • Hello,

      Open default_form.php at:
      <Joomla Root>/components/com_search/views/search/tmpl/default_form.php

      Find below codes:
      <input type="text" name="searchword" id="search_searchword" size="30" maxlength="20" value="<?php echo $this->escape($this->searchword); ?>" class="inputbox" />

      Change the codes to:
      <input type="text" name="searchword" id="search_searchword" size="30" maxlength="30" value="<?php echo $this->escape($this->searchword); ?>" class="inputbox" />
    • PCNW's Avatar
    • PCNW
    • Sr. Rocketeer
    • Posts: 100
    • Thanks: 0
    • Web design

    Re: Maximum characters for Search term

    Posted 15 years 8 months ago
    • Hi Arifin FinLy,

      thank you for your quick and direct reply but I have done that whithout the expected result.
      If i search through the search box on the frontpage I can use 30 characters but when i press search buttons it shows the search page with 20 only of the 30 characters in the search box. And above that it mentions that you can use up to 20 characters, even if I did your suggestion. Please check here, the search box is on the top right : www.pcnetworks.gr
    • αποτελεσματική κατασκευή ιστοσελίδων
  • Re: Maximum characters for Search term

    Posted 15 years 8 months ago

Time to create page: 0.452 seconds