MehulBatra opened a new issue, #1353:
URL: https://github.com/apache/fluss/issues/1353

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/alibaba/fluss/issues) 
and found nothing similar.
   
   
   ### Fluss version
   
   0.7.0 (latest release)
   
   ### Please describe the bug 🐞
   
   I kinda did some debugging, what I could see is in the
   docusaurus.config.ts
   Algolia’s crawler visits the website and reads all our pages,
   then it stores all the content in a searchable “index” (like a database). In 
the end, when users search, it queries this index and returns results
   The mismatch: our website is at 
[fluss.apache.org](http://fluss.apache.org/), but we are searching in an index 
called "alibabaio". It’s like trying to search for Apache Fluss documentation 
in Alibaba’s search results; it could be unreachable or doesn’t exist.
   Response I am getting, while hitting the search bar:
   {"message":"indexName is not valid","status":400}
   
   ### Solution
   
   - New index creation
   - Access issue mismatch
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to