search
Here are 3,085 public repositories matching this topic...
-
Updated
Feb 28, 2020 - HTML
Can this be added to the List API docs please?
You can use searchColumns in the options when you initialize the list like this:
var options = { valueNames: [ 'name', 'lastname','birthdate' ], searchColumns:[ 'name', 'lastname' ] }; var userList = new List('users', options);
In this example you would have 3 fields (name, lastname, birthdate) and the search function would use on
Is there a plan to add a CONTRIBUTING.md? This could include template to do a PR, guidelines to add tests, coding standards, etc.
I'm currently learning Rust and am very interested in contributing on this project somehow. Thanks!
-
Updated
Feb 28, 2020 - C
Hi,
Currently the rust lang community is considering adding search into our documentation sites (mostly generated and hosted as static content generated from MarkDown via https://github.com/azerupi/mdBook/)
And we are considering lunr.js as a good fit. The only problem is that current inst
Create an FAQ page?
I see a lot of people open issues for similar questions, so I feel that an FAQ page would be helpful to both sides:
- Users solve common questions more easily
- Maintainers spend less time digging through issues to find duplicate sources
The FAQ page would follow your changelog / history page, with each item linked to its original issue thread for faster lookup and navigation.
When I add the document with same id but different content to the index, the former still can be searched.
Maybe it should be replaced by the latter.
After facing an issue caused by Ransack interpreting 1/'t' as true and some unsuccessful research, I found about the sanitize args and the recommended way to skip them. The documentation never mentions that ransackable_scopes_sanitize_args must be a class method and the example shown defines an instance method.
I think that's worth a documentation update, making more clear how to use th
-
Updated
Feb 27, 2020 - Python
Affected Projects
React, but maybe all
Describe the solution you'd like
Would it be possible to have an example on how to set DataSearch value from external JS code keeping it uncontrolled (if it's possible) and another one with a DataSearch controlled by App.
Additional context
Sometime we have full external script (like get the current calling number/IP from a switch) and pa
From docs: "Range component containing only min/max input fields. Requires pressing "Go" to update the filter."
Why do all other inputs get searchOnChange? Including most Range Components!
-
Updated
Feb 27, 2020
-
Updated
Feb 27, 2020 - Python
-
Updated
Feb 27, 2020 - Java
It will be much easier to identify channels and your own Tribler instance by using identicons.
If we opt to use identicons based on public key, which scheme should we choose? (see the link above for examples)

When working on a fix for #2755 I noticed that tags are being handled that cannot be used anyway, e.g. tags of disconnected changesets. Similarly, per-branch tags should be constrained to the checked out branch.
I was trying to apply the "completion" example from https://github.com/elastic/elasticsearch-dsl-py/blob/master/examples/completion.py on my data set while using bulk insert to import the data to ElasticSearch, but I noticed that the values generated in the clean() method are not exported by the to_dict(include_meta=True) method, required to perform bulk insert. The solution is to manually exe
The formatted documentation on readthedocs.io (https://elasticsearch-py.readthedocs.io/en/master/) is not showing recent updates, and still refers to 7.0.0 as a development version.
What?
- New Feature: Virtualized Search Results List
Why / Use Cases?
-
Virtualized lists only render a subset of a large data set, so they don't slow down the page by adding lots of DOM nodes. This a memory efficient method of allowing a user to scroll down a large list without rendering all the items on the DOM.
-
Example Use case 1: a developer allowing a users to scroll down a
What happened
Accidentally omitting document content returns 500 Internal Server Error with a body of {"message":"Internal error","uri":"/new_index"}
What was expected
Emitting any kind of helpful message would be helpful. Also, in my experience, when the client receives a 500 response, there is usually something informative on the server-side. But in this case, the server e
If we save some data, like the container node of our custom widget into widgetParams it would be great to have it with as param of the unmountFn
Documentation says:
We have a Docker image that takes care of setting up image_match and elasticsearch
Looking in the Dockerfile and setup.py, I see no creation of an ElasticSearch container.
Perhaps the documentation should mention it only creates a containerized environment where you can use the Python REPL for execute p
Description
Neither the stuff on Github nor the 'detailed guide' on the website quite talks about what one needs to do to create the data index, from which TypeSense queries. Do we have to create multiple JSONs as documented in the example? Is there a Wordpress plugin to do the same?
Steps to reproduce
None. It's a question.
Expected Behavior
Expect TypeSense to have some
Improve this page
Add a description, image, and links to the search topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the search topic, visit your repo's landing page and select "manage topics."


I was unsure of how conflicting globs are handled and was unable to figure it out from the help message, so it might be nice to include this information. I'm not entirely sure of the wording, but something like: