Dmitri Dmitri
Dmitri Dmitri
The dropdown list with product variations on the product page is unsorted. I have product variations which are numbers, so it is not a localization or NLS issue (the site...
I have a collection of following... let say "data structures": ``` { "id": "abcd123455", "title": "Some title", "body": "Contents of the blog post..." }, { "id": "xyz986724", "title": "Another great...
uFuzzy has some non-obvious features like - partial match - how to exclude words from search - "requires first char to match" - ... Now imagine uFuzzy used on some...
# 🙋 feature request Parcel can generate files not listed under HTML ``. Examples: 1. Fonts, like `dist/ex/bootstrap-icons.3536be6d.woff2` 2. Files created by code splitting feature: In JS code I do...
## Description I am searching in documents full of IT and tech-related terms and abbreviations. Searching for some well-known term/abbreviation i would expect exact match, even in situation when stemming...
# 🐛 bug report Build failed with `@parcel/packager-js: Got unexpected null` ## 🎛 Configuration ( package.json, cli command) package.json: ```js { "name": "typesense-front-bs", "description": "", "version": "1.0.0", "private": true, "targets":...
# 🐛 bug report When running `npm run build` I get this warning in stdout ``` You are trying to configure cleanupIDs which is not part of preset-default. Try to...
## Description I specified `return_doc=false` in import. Got response with errors (this is OK). And each error contained the complete document - this is definitely NOT OK. ## Steps to...
In Java API I see this: https://github.com/typesense/typesense-java/blob/master/src/main/java/org/typesense/api/Documents.java#L67C1-L72C55 ``` public String import_(String document, ImportDocumentsParameters queryParameters) ... public String import_(Collection documents, ImportDocumentsParameters queryParameters) ... ``` In this API the result of `import_`...
At the moment the descriptions in `openapi.yml` and in documentation are not in sync. Here is one example: In openapi.yml: https://github.com/typesense/typesense-api-spec/blob/master/openapi.yml#L735 In documentation: https://typesense.org/docs/27.1/api/documents.html#configure-batch-size There are multiple cases of parameters...