Jake G

Results 237 comments of Jake G
trafficstars

@expilo how were you able to tell that the xorf crate gave you better false positives ratio? did you implement it locally?

I was reading over some issues such as https://github.com/tinysearch/tinysearch/commit/39dbaba2b7c56e04b329041d50be369b67324da4 apparently the body is in the json index, just not sure how to fetch it, my guess is the wasm code...

I am not sure how much it would kill the small size of tinysearch, but if it can be added as an optional field that would be great! I am...

If we used the short description then it would probably keep tinysearch small enough and still provide some more info in the results, the label meta sounds good to me.

Hello @ardeaf So you are building a description by having your javascript access the matching pages to pull that data? That would be a bit slower, maybe not by much....

The more I think about it, the more I think that a meta option is the better solution. If you have a site where you grab the data directly from...

Thanks for posting your solution ardeaf, so your BlogProps data is basically a second index. Because I am using a static site generator, I would really prefer to build the...

Thanks for the quick response, I will give it a try.

I added the meta field. Here is the changes I made for the zola macro: ```html {%- macro from_section(section) -%} {%- set section = get_section(path=section) -%} {%- for post in...

I implemented this, you can see it live here (search for zola): https://jieiku.github.io/abridge-tinysearch/ https://github.com/Jieiku/abridge/blob/830cabab1f638052a8c4ac39eb86370da5a676eb/static/tinysearch.js#L57-L92