impress-2020/src/server
Matchu bf465d802e item searches by word, not phrase
Been bothered by this for a while!

My hope is that this isn't a notable marginal performance hit—we were already walking the table and doing string ops anyway, I can't imagine adding to that is actually that much of a marginal lift, when the main bottleneck was probably reads. And the perf should be identical for simple single-word queries anyway. But we'll see how it feels!
2020-09-01 17:35:41 -07:00
..
__snapshots__ fix support logging body names to not be 8-bit 2020-08-21 16:25:04 -07:00
lib add isCommonlyUsedByItems to Zone 2020-09-01 01:16:30 -07:00
query-tests item searches by word, not phrase 2020-09-01 17:35:41 -07:00
db.js add Honeycomb logging 2020-08-16 23:28:41 -07:00
getValidPetPoses.js include glitched states for validPetPoses 2020-08-31 17:46:11 -07:00
getValidPetPoses.test.js refactor e/gp pairs to pose enum 2020-05-23 12:47:06 -07:00
index.js don't restrict zones if the item is not compatible 2020-09-01 17:00:27 -07:00
loaders.js item searches by word, not phrase 2020-09-01 17:35:41 -07:00
neopets.js use PetService to determine the correct pose 2020-05-23 13:55:59 -07:00
util.js add support for UC zone restrictions 2020-08-31 19:23:56 -07:00
util.test.js add snapshot tests for loadBodyName 2020-08-21 16:22:16 -07:00