Angelo Ashmore

Results 68 issues of Angelo Ashmore

Specifically call out using `require('gatsby-node-helpers')` if using directly in `gatsby-node.js`. In addition to that change, consider updating the examples to JavaScript rather than TypeScript. TypeScript examples may be a hurdle...

documentation

Add language support. To support multiple engines, the best API is probably passing a language string (e.g. “en” or “de”). Alternatively, allow passing arbitrary Stemmer configs. This would be engine-specific.

https://github.com/kbrsh/wade - Much smaller runtime library than lunr and FlexSearch.

BREAKING CHANGE: `store` parameter has been removed. Map results in your component if necessary. # Reasoning Some indexes are configured to return just an ID as a result. This requires...

Return raw results if store is not provided.

enhancement

Assign a list of valid value types to properties, e.g. `TEXT`, `DATE`, `DATE-TIME`. Properties have a list of allowable value types per the RFC. By limiting the list of value...

### Is your feature request related to a problem? Please describe. Deltas between generated files may be reduced by sorting all types and fields in a consistent manner. ### Describe...

enhancement

- Only for local files. - Regenerate types whenever a watched file is updated.

enhancement

TODO

enhancement

### Is your feature request related to a problem? Please describe. Private tokens, like a Prismic repository's access token or Custom Types API token, should generally not be committed to...

enhancement