Question/observation regarding the search in Lucee...
# lucee
a
Question/observation regarding the search in Lucee's docs. When investigating the above stuff about log file config, I was trying to find something / anything documented. I settled on "appender" being a good search term that is relevant to log file settings, but unlikely to crop up in too many other places. [cont'ed in thread]
The search results were thus:

https://i2.paste.pics/49dd8584d0d765ac718a9d6038263f8d.png

The ones around file and array appending are matching on just the stem of the word, so that's legit. But I was wondering what the sleep function might be appending to, so checked: https://docs.lucee.org/reference/functions/sleep.html - no mention of anything to do with "appender" or anything related. Not even the sequence of letters "app" I checked more: https://docs.lucee.org/reference/objects/array/resize.html - nope https://docs.lucee.org/reference/functions/wrap.html - mentions wrAPPing and APPlications, but those should not be matches (and I doubt they are) https://docs.lucee.org/reference/functions/writedump.html - nope. I checked in the source too, and nothing hidden in the mark-up So... is there an issue with your indexing?