Question to be more clear:admin wrote:If your pattern is a*b then it would match "ab", "axb", "axxb", "axxxb" etc.
because wildcard * means "any number of characters".
In XY's content search, however, this "any number" is restricted.
The whole matching string "axxx.....b" will surely be found only if it is no longer than 1024 chars.
It *might* be found if it is no longer than 32,768 chars. I will not be found if it longer than 32,768 chars.
1.) i imagine it like this:
Code: Select all
Searching [b]a*b[/b] on
"First chunk of 1024 chars [b]axxx..."
"...b[/b] Second chunk of 1024 chars"
will fail then OR It *might* be found.2.)
Second question: what means *might* in this case for you? What are the conditions?
XYplorer Beta Club