👀 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
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
Not possible to replace/update: "Document ids should be integer"
Dattaya · 2024-05-09 · 7 · #17
bugest::size_S
sanikolaev · 2023-10-06
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
Not possible to replace/update: "Document ids should be integer"
Dattaya · 2024-05-09 · 7 · #17
bugest::size_S
Dattaya · 2023-10-06
Hello Can you please add typescript typings for this library? Thank you!
TomMettam · 2024-02-08 · 1 · #20
waiting
Not possible to replace/update: "Document ids should be integer"
Dattaya · 2024-05-09 · 7 · #17
bugest::size_S
Dattaya · 2023-10-13
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
Not possible to replace/update: "Document ids should be integer"
Dattaya · 2024-05-09 · 7 · #17
bugest::size_S
duk-37 · 2023-11-30
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
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
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
Not possible to replace/update: "Document ids should be integer"
Dattaya · 2024-05-09 · 7 · #17
bugest::size_S
sanikolaev · 2024-04-30
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
Nick-S-2018 · 2024-05-09
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
nw-engineer · 2023-07-12 · 1 · #16
Nick-S-2018 · 2023-07-12
Updated and slightly supplemented the use cases
dimuska139 · 2021-04-28 · 0 · #10
Always getting total = 0 when making a UtilsApi query
mitchdowney · 2022-03-25 · 1 · #11
githubmanticore · 2022-03-25
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
How to set the manticoresearch server?
Dreamystify · 2021-04-26 · 5 · #9
adriannuta · 2020-11-24
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
UtfCube · 2022-08-28 · 5 · #14
githubmanticore · 2022-08-28
How to set the manticoresearch server?
How do you define the baseUrl for the SearchApi?
Dreamystify · 2021-04-26 · 5 · #9
mitchdowney · 2022-03-31 · 2 · #12
githubmanticore · 2022-03-31
mitchdowney · 2022-03-31 · 2 · #12
mitchdowney · 2022-03-31
SearchResponse and SearchResponseHits do not reflect actual return keys
Lamarcke · 2023-12-06 · 3 · #18
sanikolaev · 2023-10-16
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
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
How to set the manticoresearch server?
Dreamystify · 2021-04-26 · 5 · #9
dimuska139 · 2021-04-24
How to set the manticoresearch server?
Dreamystify · 2021-04-26 · 5 · #9
tomatolog · 2021-04-24