Berlin, Germany
More repos on my personal git host
Comment by ~alanpearce on ~alanpearce/searchix
I got this basically working in 7aea6aa2, but the scoring is not the same as search.nixos.org (using your example,
nbsdgames
shows up after some Haskell packages). I will take a look at that soon, but at least the relevant packages are listed now :)
Comment by ~alanpearce on ~alanpearce/searchix
There's now a 'Show All' button which is present if there are less than 10k results (loading 100k seemed to be slow on the browser side).
This release should get deployed in the next six hours.
Comment by ~alanpearce on ~alanpearce/searchix
Alan Pearce referenced this ticket in commit 9207642.
REPORTED
RESOLVED IMPLEMENTEDComment by ~alanpearce on ~alanpearce/searchix
REPORTED
RESOLVED FIXED~alanpearce assigned ~alanpearce to #6 on ~alanpearce/searchix
Comment by ~alanpearce on ~alanpearce/searchix
Unfortunately, the data for "programs provided" isn't available in the
packages.json
file published on channels.nixos.org, so this isn't going to be quick and easy.It looks like search.nixos.org gets that data from the
programs.sqlite
database (source). We can generate/fetch that file and grab the data no problem, it's just a bit more work.I split the other part of the ticket to #7
Ticket created by ~alanpearce on ~alanpearce/searchix
[T]he results matching 'checker' should be prioritized lower than those actually matching 'checkers'.
From #6
Comment by ~alanpearce on ~alanpearce/searchix
I've increased the default in the backend for now, but I agree it would be nice for the user to be able to configure it
Comment by ~alanpearce on ~alanpearce/searchix
Alan Pearce referenced this ticket in commit e1787bf.