Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

👀 While it's loading, feel free to check out the other repositories:

🔔 To get a notification when it's ready, leave your email here:

By entering your email, you agree to receive notifications and marketing-related emails

Filter by reset

4 results 3 ms in manticoresoftware/manticoresearch-go

fix: update ID fields to use uint64 instead of int64

Regarding the Manticore's documentation, insert/update operations must use unsigned 64-bit integers (uint64) for document IDs. However, the current implementation uses signed integers (int64) instead, which leads to incorrect behavior when handling large …

kperreaukperreau · 2025-07-03 · 1 · #21

fixbug:SearchRequest.Source field has wrong json tag

Accoding to document: https://manual.manticoresearch.com/Searching/Search_results#Source-selection https://manual.manticoresearch.com/Searching/Full_text_matching/Basic_usage?client=match#HTTP-JSON SearchRequest.Source should be with map[string]interface …

fpagyufpagyu · 2024-10-28 · 3 · #8

Fix the bug in the test case reported in the README

(specific informa…tion has been submitted in the issue)

xue-ding-exue-ding-e · 2024-03-12 · 1 · #6

Increase remote invocation

This facilitates debugging and deployment (e.g., in Docker where it may not be in the same network segment, or on physical machines not on the same device). package openapi var defaultIP = "" func SetDefaultIP(IP string) { defaultIP = IP } func …

xue-ding-exue-ding-e · 2024-04-24 · 1 · #7