- Posts: 120
- Thank you received: 0
SEARCH box content - expanded
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
13 years 1 month ago #13297
by elanna
SEARCH box content - expanded was created by elanna
I noticed my search box is limited at 20 characters.
I'd like to know how to expand this limit to 40 characters (e.g.), in order to allow searches with bigger expressions used in my website.
I'd like to know how to expand this limit to 40 characters (e.g.), in order to allow searches with bigger expressions used in my website.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #13310
by ivan.milic
Replied by ivan.milic on topic Re: SEARCH box content - expanded
You can change max length from search module parameters.
Please Log in to join the conversation.
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 120
- Thank you received: 0
13 years 1 month ago #13321
by elanna
Replied by elanna on topic Re: SEARCH box content - expanded
I did it, but the result was a largger box in pixels...
I just want more characters...
I just want more characters...
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #13326
by ivan.milic
Replied by ivan.milic on topic Re: SEARCH box content - expanded
open
language\en-GB\en-GB.localise.php
you will see function:
public static function getUpperLimitSearchWord() {
return 20;
}
replace 20 with bigger value.
Do the same for other languages
language\en-GB\en-GB.localise.php
you will see function:
public static function getUpperLimitSearchWord() {
return 20;
}
replace 20 with bigger value.
Do the same for other languages
The following user(s) said Thank You: elanna
Please Log in to join the conversation.
Time to create page: 0.179 seconds