I first noticed this issue the other week while searching the references for random, which only lists:
Math#Random (just text, not a link to click on.. should be?)
randomSeed(seed)
placeholder(textFrame)
noise(x, [y], [z])
noiseSeed(seed)
.. surprisingly not the random() function itself.
Did a search today with students for max + max() to demonstrate max of arrays, but the results were only:
constrain(aNumber, aMin, aMax)
inspect(obj, [settings])
Searching for ceil finds it without an issue, even though they're in the same sub-category...
Curious if it's an issue with the inline documentation (don't see a difference in src) or the parsing of it for the search module?
I first noticed this issue the other week while searching the references for random, which only lists:
Math#Random(just text, not a link to click on.. should be?)randomSeed(seed)placeholder(textFrame)noise(x, [y], [z])noiseSeed(seed).. surprisingly not the
random()function itself.Did a search today with students for
max+max()to demonstrate max of arrays, but the results were only:constrain(aNumber, aMin, aMax)inspect(obj, [settings])Searching for
ceilfinds it without an issue, even though they're in the same sub-category...Curious if it's an issue with the inline documentation (don't see a difference in src) or the parsing of it for the search module?