Results 145 comments of LinkinStars

@Liamn0244 Because the search function deletes spaces before and after the word, and the basic search only performs **simple matching without tokenizing the original text**, I would recommend using other...

Use the `./answer init -C ./data/ && ./answer run -C ./data/` command can avoid this issue.

If you want the API docs. Here is https://answer.apache.org/docs/api#quick-look Perhaps you can achieve your requirement by implementing a plugin. https://github.com/apache/incubator-answer-plugins

> I want to integrate answers with existing account system. Confirm it. Not the connector, using the user center. https://github.com/apache/incubator-answer-plugins?tab=readme-ov-file#user-center The user center plugin can replace the whole user system...

> @LinkinStars It seems to be a bit difficult with the go language. Well, yes, golang is a static language. And, the runtime environment only provides the functionality to run...

You're right, i18n is not supported in the installation interface. This is a good suggestion. If you are interested you can help us make it.

@sy-records Describe a small bug. The selected option is English, but the display is in Chinese. ![QQ_1726042046955](https://github.com/user-attachments/assets/d0c057d4-0a41-49f4-afa6-0dad910a5663) ## Steps to Reproduction. 1. Go to the installation page. 2. Choose the...

@zhimibuwudn Sure, you can build with plugins from Answer base image. FYI: https://answer.apache.org/docs/plugins#docker-build

From the search results here it looks like one is a question and one is an answer. 🤔

@mysterious-cod1004 1. I think this problem can be solved by adding an environment variable. And we can set a default value. You can try to resolve it. 2. If you...