Hey :slightly_smiling_face: Is there a way to make...
# community-help
a
Hey 🙂 Is there a way to make fields queryable that are not in the schema? Some of my records have fields which are not in the ‘common’ schema but are populated dynamically when pulling from the source API. Do I need to add them to the schema specifically to make them searchable?
k
👋 You can use auto schema detection for such fields. See: https://typesense.org/docs/0.24.1/api/collections.html#with-auto-schema-detection
a
ah nice thank you @Kishore Nallan - is there a similar mechanism on the querying side or you have to pass fields specifically into
query_by
?
k
In 0.25 RC builds, you can refer to a field like
foo*
in query_by to match
foobar
or
foobuzz