luarocks-site icon indicating copy to clipboard operation
luarocks-site copied to clipboard

General search improvement

Open leafo opened this issue 9 years ago • 12 comments

Searching was improved significantly in #81, but it's still not perfect. If you search for something and it doesn't show up, or not in the order you expect, post it here so I can start to think about what kinds of search queries need to be optimized.

I'll start off:

  • [ ] searching for "lua socket" or "socket" does not find "LuaSocket"

leafo avatar Jan 27 '16 17:01 leafo

I am looking for nngraph. Where can I find it? Thanks. Gordon.

bbartoldson avatar Apr 03 '16 03:04 bbartoldson

Doesn't appear to even be on luarocks.org

leafo avatar Apr 03 '16 06:04 leafo

me@:~/ luarocks install torch-rnn  
Error: No results matching query were found.
me@:~/$ luarocks install stn
Error: No results matching query were found.

wth?

pannous avatar May 09 '16 16:05 pannous

@pannous it looks like torch-rnn is only available in the development manifest:

luarocks install --server=http://luarocks.org/dev torch-rnn

Also I don't see a package named stn at all.

leafo avatar May 24 '16 18:05 leafo

Sort by downloads

Industrial avatar Aug 24 '16 19:08 Industrial

Search doesn't have pagination and only the first 50 results are shown, I almost missed discovering some useful libaries because of this. Sorting by downloads would be much better too.

edubart avatar Jan 25 '17 09:01 edubart

luarocks install fblualib

Error: No results matching query were found.

dragon28 avatar Aug 25 '17 12:08 dragon28

@dragon28 this is for luarocks website search, not the command line install, which takes exact package name. I don't see that package on the luarocks manifest at all, what do you expect it to install?

leafo avatar Sep 06 '17 15:09 leafo

I would like to have a way to search for modules for a particular version of Lua.

spc476 avatar Oct 18 '17 01:10 spc476

luarocks install luasocket showing error: Warning: Failed searching manifest: Failed loading manifest: Failed fetching manifest for http://luarocks.org/repositories/rocks

Error: No results matching query were found.

chandraadhikari avatar May 15 '18 05:05 chandraadhikari

@chandraadhikari This issues tracker is for the luarocks website search, not the command line install

leafo avatar May 15 '18 05:05 leafo

Hi there - I'm working on a binding to libsodium called luasodium

If I search sodium in the luarocks.org search, I would expect luasodium to come up - but it doesn't.

jprjr avatar Jan 12 '21 20:01 jprjr