luarocks / luarocks-site

LuaRocks website and module host
http://luarocks.org
176 stars 36 forks source link

keywords to search by ? #55

Open peterbillam opened 9 years ago

peterbillam commented 9 years ago

To make it easy for Lua-users to find the most helpful module, it could be useful to introduce keywords, eg: keywords = { 'serialisation', 'datadumper', } or keywords = { 'fft', 'fourier transform', 'matrix', } This would allow eg: a search for 'fft' to show NumLua as well as LuaFFT. This would be neatest if done as a field editable on luarocks.org (like description is), rather than having to change the rockspec-format Peter