👀 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
Security warning from Depandabot
There's a security warning from Depandabot https://github.com/manticoresoftware/openapi/security/dependabot/47 concerning the client. But we cannot apply the suggested change since json-bigint:1.0.0 doesn't work with our client correctly. We need to check …
Nick-S-2018 · 2025-05-13 · 2 · #21
est::size_S
Security warning from Depandabot
Nick-S-2018 · 2025-05-13 · 2 · #21
est::size_S
sanikolaev · 2024-11-01
UtilsApi sql query error after update to v 7.0.0
Just updated from v 4.0.0 to 7.0.0 and I get this error when running an sql query. var res = await utils.sql('SELECT VERSION() as v'); Error: Multiple matches found constructing 'SqlResponse' with oneOf schemas Object, [Object]. Input: [{"columns":[{"v …
marz0405 · 2025-03-18 · 5 · #22
Security warning from Depandabot
Nick-S-2018 · 2025-05-13 · 2 · #21
est::size_S
Nick-S-2018 · 2025-05-13
Not possible to replace/update: "Document ids should be integer"
…Hi, I tried to replace a document with an id that searchApi.search returned - '3316996940775817220' (auto-generated on insert) which is a string, but the client throws this error Document ids should be integer , but I can't convert it to a number, because …
Dattaya · 2024-05-09 · 7 · #17
bugest::size_S
nw-engineer · 2023-07-12 · 1 · #16
Nick-S-2018 · 2023-07-12
UtilsApi sql issues with multiple queries
When I run this query I get the results as expected. SELECT id, content_type, content_id, title, type FROM main WHERE MATCH('text') limit 500; show meta; But when I run this SELECT id, content_type, content_id, title, type FROM main WHERE MATCH('text') …
marz0405 · 2025-04-17 · 5 · #23
Always getting total = 0 when making a UtilsApi query
mitchdowney · 2022-03-25 · 1 · #11
githubmanticore · 2022-03-25
Compatibility issue with the other official client libraries
Hello! I've recently moved from PHP to node.js. I have never used manticoresearch on the production however, it'll definitely be my main search database after a long research. My first impression was very promising with the PHP client. But I see the …
mustafa519 · 2024-02-08 · 2 · #19
waiting
How to set the manticoresearch server?
Dreamystify · 2021-04-26 · 5 · #9
adriannuta · 2020-11-24
Hello Can you please add typescript typings for this library? Thank you!
TomMettam · 2024-02-08 · 1 · #20
waiting
UtfCube · 2022-08-28 · 5 · #14
githubmanticore · 2022-08-28
Hello. I would like to use this wonderful tool in React. How can I make it available in React?
nw-engineer · 2023-07-12 · 1 · #16
mitchdowney · 2022-03-31 · 2 · #12
githubmanticore · 2022-03-31
SearchResponse and SearchResponseHits do not reflect actual return keys
I'm building a new project using this library (great work Manticore team!). I'm using Typescript, so i made the effort to declare custom types for this library alone. After the initial setup, i've noticed that SearchResponse and SearchResponseHits have …
Lamarcke · 2023-12-06 · 3 · #18
mitchdowney · 2022-03-31 · 2 · #12
mitchdowney · 2022-03-31
The module does not work with Node.js
Node.js v18.9.1 OS: Win 11 Code: const Manticoresearch = require('manticoresearch'); const client = Manticoresearch.ApiClient(); client.basePath = "http://localhost:9308"; Result: client.basePath = "http://localhost:9308"; ^ TypeError: Cannot set …
Daeren · 2022-10-13 · 1 · #15
bug
SearchResponse and SearchResponseHits do not reflect actual return keys
Lamarcke · 2023-12-06 · 3 · #18
sanikolaev · 2023-10-16
The Manticoresearch documentation says, that HTTP connection supports Keep-Alive header (src). Is it possible to use transactions in SQL over HTTP in this case? If this is possible, then you need to somehow pass the superagent instance to the ApiClient. …
UtfCube · 2022-08-28 · 5 · #14
SearchResponse and SearchResponseHits do not reflect actual return keys
Lamarcke · 2023-12-06 · 3 · #18
Lamarcke · 2023-10-16
Incorrent behavior of JSON.parse for id
Execute of select id from table where id=8216118575463666095 returns {id: 8216118575463666000} This problem describes in https://stackoverflow.com/questions/18755125/node-js-is-there-any-proper-way-to-parse-json-with-large-numbers-long-bigin Bellow …
egorkazantsev · 2022-05-10 · 2 · #13
Not possible to replace/update: "Document ids should be integer"
Dattaya · 2024-05-09 · 7 · #17
bugest::size_S
sanikolaev · 2023-10-06
The documentation provides this example: const Manticoresearch = require('manticoresearch'); const client = new Manticoresearch.ApiClient(); client.basePath="http://127.0.0.1:9308"; const searchApi = new Manticoresearch.UtilsApi(client); async function() …
mitchdowney · 2022-03-31 · 2 · #12
Not possible to replace/update: "Document ids should be integer"
Dattaya · 2024-05-09 · 7 · #17
bugest::size_S
Dattaya · 2023-10-06
How to set the manticoresearch server?
How do you define the baseUrl for the SearchApi?
Dreamystify · 2021-04-26 · 5 · #9
Not possible to replace/update: "Document ids should be integer"
Dattaya · 2024-05-09 · 7 · #17
bugest::size_S
Dattaya · 2023-10-13
Updated and slightly supplemented the use cases
dimuska139 · 2021-04-28 · 0 · #10
Not possible to replace/update: "Document ids should be integer"
Dattaya · 2024-05-09 · 7 · #17
bugest::size_S
duk-37 · 2023-11-30
Always getting total = 0 when making a UtilsApi query
I'm using v2.0.3. I have a query like this: const result = await utilsApi.sql(` SELECT * FROM idx_media_ref WHERE match('*${searchTitle}*') ORDER BY weight() DESC, ${orderByColumnName} ${orderByDirection} LIMIT ${skip},${take} OPTION ranker=expr('sum(lcs* …
mitchdowney · 2022-03-25 · 1 · #11
Not possible to replace/update: "Document ids should be integer"
Dattaya · 2024-05-09 · 7 · #17
bugest::size_S
Nick-S-2018 · 2024-04-29
Not possible to replace/update: "Document ids should be integer"
Dattaya · 2024-05-09 · 7 · #17
bugest::size_S
sanikolaev · 2024-04-30
Not possible to replace/update: "Document ids should be integer"
Dattaya · 2024-05-09 · 7 · #17
bugest::size_S
Nick-S-2018 · 2024-05-09
Incorrent behavior of JSON.parse for id
egorkazantsev · 2022-05-10 · 2 · #13
sanikolaev · 2022-04-25
Incorrent behavior of JSON.parse for id
egorkazantsev · 2022-05-10 · 2 · #13
githubmanticore · 2022-05-04
How to set the manticoresearch server?
Dreamystify · 2021-04-26 · 5 · #9
dimuska139 · 2021-04-26