Resetting Inferred Value in Schema
TLDR Yoshi asked how to reset an inferred value in a schema. Jason recommended creating a new collection with the updated definition for large datasets or modifying an existing field for smaller ones.
May 18, 2023 (4 months ago)
Yoshi
11:29 PMJason
11:58 PMFor small (say 500K or less), you can change the inferred definitions this way: https://typesense.org/docs/0.24.1/api/collections.html#modifying-an-existing-field
Typesense
Indexed 2764 threads (79% resolved)
Similar Threads
Issue with In-Place Schema Changes and Querying New Field
Ricardo faced issues querying a new field after in-place schema change. The problem was due to an older Python client, which was resolved by updating it.
Nested Field Schemas and Inferred Schema Access
Kanak asked questions about nested field schemas and viewing inferred schemas. Kishore Nallan clarified how field priority works and how to access the inferred schema of a collection.

Infix Searching and Schema Updates in Typesense
Loic queried the inability to perform infix searches and update schemas in Typesense. Jason explained that default is prefix search, provided solutions for infix searching, and mentioned that a forthcoming version supports field definition updates. An upgrade was queued from backend.
