Jones Magloire

Results 249 comments of Jones Magloire

Hi @missinglink, I'm testing this PR, and I found something for the parameters `prefix_length`. I'm trying to found this address : `40 Rue De L'arsenal, Bordeaux, France` with autocomplete. When...

Hi there, I'm experimenting this PR (with some changes) on our production server. Here are the changes I've made. ```diff - 'fuzzy:prefix_length': 1, - 'fuzzy:max_expansions': 10, + 'fuzzy:prefix_length': 0, +...

I just found something than can be weird when we use fuzzy, perfect matches may not be in first positions. Some work will be required in ES scoring for this....

IMO, this is a complex choice and depends on the use-case. As you said, having all units of a building will flood the result, especially when your use case is...

Hi @bboure, did you launch your project now ? I would like to try this feature in a real use case :smile:

Port 3100 is the default port of the API for developers. The docker compose is a deployment example which redefine port for all services. I think we can't change default...

Hum, what if the `docker-compose.yml` file is in the root of the project ? or in the project folder ? I assume that nobody is going to use this project...

Hi there and thank you for using my project and submitting issues. As I can see with your information and the error `Response to preflight request doesn't pass access control...

I've updated the FAQ, If you still can't get it to work, you can open the issue again

Hi, thank you for using my project :smile: This is not a error, your registry server should return the default manifest when there is no `application/vnd.docker.distribution.manifest.list.v2+json` in the `Accept` header....