User tests: Successful: Unsuccessful:
Results are truncated to a number of characters from the begining, so unless your query falls there, you won't see it in the results view, which may confuse user who did the search.
This improves the truncation so that the characters around the search query are shown. If it was the last word in the article, then chosen amount of characters before it will be shown (or after if it was at the begining), otherwise it aims for the search query to be in the middle of excerpt for optimal understanding.
If the match was not in the body of the description, then the first XXX characters will be shown like before.
Maybe such function would be useful to add to JHtml.string?
Title |
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-07-27 10:29:34 |
@test @chivitli Works as described. The "preg_match" line could be moved under ther "length" line, else it works good.
Since we have two successful tests, moved to RTC.