search
Here are 869 public repositories matching this topic...
Can someone please explain these search results? I have multiple fields in my index but I only want to search the 'title' field so I created this query:
var searchText = "business";
var results = this.mainIndex.query(function (q) {
q.term(searchText, { fields: ["title"] })
});
The first two results for the title are in the following order:
- Manage business processes
I wanted to change the padding around the search box but I couldn't achieve it. I tried to look in the CSS file but not much info is there. And I can see that there are multiple static values of height set in the constants/ui.js file. What is the right way to increase padding around the search box? And also what about rounded corners?
Affected Projects
React
Is your feature request related to a problem? Please describe.
Was looking through the change log and the new documentation but could not find any reference to the deprecated DataController.
Describe the solution you'd like
Would be great to get some documentation on the recommended way to migrate from using DataController to not using it.
**Descr
-
Updated
Jun 5, 2020 - JavaScript
You autocomplete looks good but are there any docs how to style it the way it fits to the respective design ? Would be helpful or better to set in the options
Thanks for this nice plugin
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
It seems that score can be as low as it wants to and I thought the score would be from 0 to -100. So is there a way to set a lower limit? If the score is able to go to -
-
Updated
May 31, 2020 - JavaScript
-
Updated
Apr 28, 2020 - JavaScript
-
Updated
Mar 13, 2020 - JavaScript
I have a computed resource called a support ticket that consists of a profile and a list of messages that belong to that profile, as below. When I search on "Tom how are you" I would want to come up with this ticket (found hits in profile.first_name and message[0].text).
{
"id": 45,
"profile": {
"id": 45,
"first_name": "Tom",
"last_name": "Brown",
},
"
User Query :
Hi
How can I update some column values from javascript ?
There are no such update method in "CloudQuery".
Do you want to request a feature or report a bug?
This can be both, since don't know how much responsiveness is implemented in UI code.
**What is the current b
Is it possible to do stuff like this, @fergiemcdowall :
- autocomplete on several words (matching on two, three or more words, meaning this needs to be indexed too)
- number of results
- only show a subset (i.e. 10 of 273)
- filter on more than just one word
- add an arary in an object and be able to filter on one item in that array
- show what is available to filter on
- delete everythin
-
Updated
Mar 21, 2020 - JavaScript
GitHub just rolled-out a new feature for its search bar:
Which leads to interferences with this extension:
<img width="431" alt="screen shot 2018-05-24 at 18 05 18" src="https://user-images.githubusercontent.com/5436545/404977
-
Updated
Mar 14, 2020 - JavaScript
Add an "imageField" prop to the Result component which would let you specify a field from the result object to use to populate a thumbnail image. An example of what this might look like can be found here: https://codesandbox.io/s/video-games-tutorial-with-images-5wsqs.
https://github.com/elastic/search-ui/blob/master/packages/react-search-ui/src/containers/Result.js
-
Updated
Aug 24, 2019 - JavaScript
A user made the suggestion on Slack:
oh yeah, you guys should have a link to the query syntax somewhere in the brim app
i wasn't sure what i could type into the search box
I'd been thinking users would have come to the app after having sat through the demo video and heard about the dependency on zq/ZQL, the pointers to the repos with t
Bug
I'm using the default example from the documentation.
What is the current behavior?
Visiting pages with Algolia components cause the memory to continue to grow up without stopping. After ~ 1000 urls (depends on how much HTML there is in page) the server is _out of mem
Hi,
I recently stumbled upon this project. However, when coming to your landing page, I couldn't really tell what it was until reading for a bit. The first thing on the landing page is an argument as to why science fair should exist (which I think is a really great mission and great argument) but it doesn't talk about what it is. There isn't really a one or two sentence description explaining
[req] Add User Docs
-
Updated
Feb 5, 2018 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
I think there's a typo in one of the examples on this page:
http://matteodem.github.io/meteor-easy-search/docs/recipes/
The first example for a custom selector is this:
import { Index, MongoDBEngine } from 'meteor/easy:search'
// Client and Server
const index = new Index({
...
engine: new MongoDBEngine({
selector(searchDefinition, options, aggregation) {
// retr
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."

Can this be added to the List API docs please?
As well as the documented:
search also supports a (currently undocumented) custom search function as the 2nd or 3rd argument: