-
## Description
On pages that should support search (**Our Work**, **About Members**, **Opportunities**, and may be **Stories**) we need to add full-text/fuzzy search. While it's possible to deploy a …
-
id like to use upcoming to open a weeks worth of daily notes & apply the daily note template to them, iterating by a day, but currently it just seems to create blank files
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated that FTS in Obsidian embed search is very slow
**Describe the solution you'd like**
Would be great to util…
-
Hi, I have a field that includes string with multiple words split by a comma.
for eg: titleEn: 'avocado, cubed'.
I want to assign weight 1.0 to the segment before the comma and 0.1 to the segment af…
-
**Describe the bug**
Fix encoding issue on the Minisearch import file.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to [Link](https://app.aletheiadata.org/single/dep/bafkreibrgqg365546are2…
-
Setting the idField does not seem to work.
### Running the following code:
Run the example yourself https://stackblitz.com/edit/node-x225pp?file=index.js
```ts
// run `node index.js` in the …
-
I don't know if this this already possible, but I would really like the query "guenon" to match both "Guénon" and "Guenon".
-
Hi. I am a Github newbie. Please forgive any unintentional faux pas.
Thank you for a wonderful library!
I would like to be able to search for particular phrases. More specifically,
- I create…
-
Is there a way to get all documents returned as results?
For example:
`miniSearch.search("")`
returns an empty array, but I'm looking for a way to get the opposite, all documents.
A use ca…
-
Sequences at oeis.org often show a Mathematica implementation, which often begins with a "Table" function, such as:
`Table[(n^2, {n, 1, 9}]`
https://www.wolframalpha.com/input?i=Table%28n%5E2%29…