-
When trying to search I get the following errors in my browser console:
> GET https://api.pyvideo.org/v1/search?q=Guido 502 ()
> Failed to load https://api.pyvideo.org/v1/search?q=Guido: No 'Acces…
-
I was browsing the website and I thought it would be great if it had search functionality. I think you could do this with [lunr.js](https://lunrjs.com/) or [elasticlunr.js](http://elasticlunr.com/).
…
-
**Describe the bug**
Timeline spans do not show up for requests made to an API server from itself.
**To Reproduce**
Steps to reproduce the behavior:
1. Make a call to Node server in request, i.e…
-
Is there a source code or tutorial that shows how to specifically use key-phrase analysis in Microsoft Bot?
-
Having a search bar would be very very useful. [rustbyexample](http://rustbyexample.com/) has one for example. I'm not sure how it would be implemented. I'm sure this has long been wanted by the [rust…
-
Hey @mattico, I'll just write here :)
Do you know that the current elasticlunr depends on nightly? (from phf)
-- Daniel
-
It would be useful to have full-text search for all history items, not just bookmarks, and elasticlunr.js is fast enough that it might be possible to do this.
-
Hi Eddy,
do you think this is something could be implemented with query method do be hable to do more advanced search/filter https://medium.com/@NodeArt/improving-firebase-database-searching-abilit…
-
Right now Elasticlunr will only search all fields with a the same query string. It would be beneficial if different query strings could be set per field. For example:
``` javascript
index.search({
…
-
I don't know how the project is running and if you guys need help with anything, but I've noticed that there is some features in TS/JS that we do not have in AssemblyScript like the JSON parser and st…