Skip to content

Missing results in references search #204

@ffd8

Description

@ffd8

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions