Skip to content
#

search

Here are 3,085 public repositories matching this topic...

casey
casey commented Feb 6, 2020

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:

Include or exclude files and directories for searching that match the given
glob. This always overrides any other ignore logic. Multiple glob flags may be
used. If multiple globs
goswami-rahul
goswami-rahul commented Jun 27, 2018

I just noticed that links in README are relative. They don't work in PyPI site repo page. (And the cool algorithms logo don't show up). Should we make them absolute links, or is there a better way?
Also, how do we update this current version to PyPI?
@danghai @keon What's our progress with Sphinx?

sheffieldnick
sheffieldnick commented Feb 14, 2019

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

minimal-mistakes
iBug
iBug commented Feb 10, 2020

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.

flexsearch
jeduardo824
jeduardo824 commented Jul 18, 2019

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

e-gaulue
e-gaulue commented Feb 13, 2020

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

dpasqualin
dpasqualin commented Feb 18, 2020

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

cliffordfajardo
cliffordfajardo commented Jul 30, 2019

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

mdaniel
mdaniel commented Jan 20, 2019

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

pkiula
pkiula commented Apr 23, 2019

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.

Curate this topic

Add this topic to your repo

To associate your repository with the search topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.