lark icon indicating copy to clipboard operation
lark copied to clipboard

Docs: Sphinx search doesn't work on generated API

Open erezsh opened this issue 5 years ago • 5 comments

For example, this page:

https://lark-parser.readthedocs.io/en/latest/search.html?q=maybe_placeholders

Doesn't find this mention:

https://lark-parser.readthedocs.io/en/latest/classes.html (search for maybe_placeholders)


Also, partial search doesn't work. Searching for maybe_ gives no results.

@chsasank

erezsh avatar Aug 19 '20 09:08 erezsh

But it works for me

image

Partial word search doesn't seem to work, yeah.

chsasank avatar Aug 19 '20 10:08 chsasank

No, it's not the same page.

erezsh avatar Aug 19 '20 10:08 erezsh

The tree construction reference is a .md file, and not generated automatically.

erezsh avatar Aug 19 '20 10:08 erezsh

Ah. So search doesn't work on markdown? Weird.

chsasank avatar Aug 19 '20 11:08 chsasank

No.

It works on markdown. But only on markdown.

It doesn't work on the generated API.

erezsh avatar Aug 19 '20 11:08 erezsh