Issue with Wildcard Feature v0.25 on Cloud Service
TLDR James experienced server crashes while using the wildcard feature on v0.25. Kishore Nallan identified the issue, proposed a fix, and guided James on how to locate the build output.

Feb 03, 2023 (7 months ago)
James
01:42 PMI can get all facets with a catchall wildcard "". But if I use a prefixed wildcard "_facet", I do not get any results, and it seems the server side process crashes (xhr requests is abruptly closed and a subsequent "Uncaught (in promise) Error: Network Error" in the console).
Kishore Nallan
02:15 PMKishore Nallan
02:16 PMfoo_.*
will work.James
02:37 PMJames
02:37 PM"q": "",
"query_by": "make,model,title,year,city,province,ownerUsername,listingMode",
"query_by_weights": "1,2,2,2,3,3,2,5",
"facet_by": "*_facet",
"sort_by": [
"year:desc",
"make:desc",
"model:desc"
]
}
James
02:38 PMJames
02:50 PM"q": "test",
"queryby": "title",
"facet_by": "facet.*"
}
Kishore Nallan
02:55 PMJames
03:22 PMKishore Nallan
03:40 PMJames
03:40 PMFeb 06, 2023 (7 months ago)
Kishore Nallan
02:43 PMJames
02:43 PMJames
02:44 PMJames
02:44 PMKishore Nallan
02:47 PMJames
02:47 PMJames
02:48 PMKishore Nallan
02:48 PMv0.25
build output will be in build-Linux
directory.Kishore Nallan
02:48 PMdocker-build.sh
script?James
02:48 PMKishore Nallan
02:49 PMbuild-Linux
James
02:49 PM
Typesense
Indexed 2764 threads (79% resolved)
Similar Threads
Trouble Running Typesense Docker Image on AMD Phenom II X4 955 Processor
Ian struggles to run Typesense on an AMD Phenom II X4 955 Processor, experiencing the docker image to shut down immediately upon startup. Jason and Kishore Nallan suggest multiple troubleshooting steps, identifying the potential issue as the processor's lack of support for MSSE4 flags.

Resolving Multilingual Search Function in Typesense Software
Bill is having difficulty with multilingual search functionality in Typesense software. Developer Kishore Nallan suggested setting a language locale and provided a demo build. The build solution had some issues, and after multiple rounds of software updates and troubleshooting, the problem still persists.


Discussing Search API Limitations and Solutions
Sidharth had problems with search API response limitations and sorting issues. Kishore Nallan suggested multi_search query and provided links for an updated version. After installation, some timeout and performance issues were encountered, partially resolved by adjusting client timeout values.

Resolving Issues with Infix and Prefix in Query Searches
Daren struggled with searches missing values in production. Jason and Kishore Nallan offered insights and created new features to help solve the problem, which was then tested and deployed by Daren.

Troubleshooting Typesense Docsearch Scraper Setup Issue
Vinicius experienced issues setting up typesense-docsearch-scraper locally. Jason identified a misconfiguration with the Typesense server after checking the .env file, and recommended using ngrok or port forwarding for development purposes. Vinicius successfully resolved the issue with port forwarding.

