Skip to content
#

fuzzy

Here are 186 public repositories matching this topic...

flexsearch
ConnectGrid
ConnectGrid commented Apr 5, 2020

The doc_id field is configured to be an integer. It's very common for databases to use non-integer IDs these days, particular when the data is stored in MongoDB, etc.

Any suggestions for using non-integer IDs with TNTSearch? Maybe I can generate a unique integer from a non-integer (eg. sha1) ID?

mattmc3
mattmc3 commented Sep 5, 2018

When calling wf.NewItem(title), the Item struct omits the Valid property in the Alfred JSON feedback with a value of false, which is really unfortunate because:

  1. In the example above, we did not specify a validity setting - if we had wanted one, a call to wf.NewItem(title).Valid(false) would be the way to accomplish this
  2. When you don't specify valid: false in Alfred's item JSON,

Improve this page

Add a description, image, and links to the fuzzy 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 fuzzy topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.