Reason why all text cannot be found with the search
Since the html coding is saved in the database, searching for text that has
html coding applied is very difficult. Here's an example of how a sentence can possibly
be in the database:
The sentence: This is a test
Example 1: This <b>is a</b> test
Example 2: This<b> is a</b> test
Example 3: This <b>is a </b>test
Example 4: This<b> is a </b>test
Thus searching for "This is" won't pick up the above sentence, but searching for
"This <b>is" might, depending on the html coding.
|