My doc PR above got merged, but I am not seeing th...
# pinot-docsrus
a
My doc PR above got merged, but I am not seeing the changes on the web. I am wondering if there is anything else that I need to do?
x
you may need to add an entry in the SUMMARY.md file like
Copy code
* [Query](users/user-guide-query/README.md)
...
  * [Lookup UDF Join](users/user-guide-query/lookup-udf-join.md)
  * [JSON Queries]... <---
a
ok, let me try
x
quick question, is this new feature related to JsonExtractScalar functions mentioned in here?
a
its built on top of jsonextractscalar, jsonmatch, and jsonindex.
👍 1
uses all three depending on whether there is json index on the column or not.
x
ack. I assume the query parser checks if the column is JSON type, if so, it tries to wrap the json path expressions with relevant json functions?
a
yes
👍 1
So I updated the SUMMARY.md file, but the information is still not showing up in https://docs.pinot.apache.org/users/user-guide-query
x
seems like I'm able to see it now
a
hmm
x
try a diff browser?
a
ahh, i see it now. 🙂
👍 1
must be a caching thing.
Thanks for the help.
x
np, thanks for adding the feature and docs 👍