impress-2020/src/server/query-tests
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__ move restrictedZones from layer to PetAppearance 2020-08-31 23:18:30 -07:00
Color.test.js cache item data when switching standard colors 2020-08-31 18:25:42 -07:00
Item.test.js don't restrict zones if the item is not compatible 2020-09-01 17:00:27 -07:00
ItemSearch.test.js item searches by word, not phrase 2020-09-01 17:35:41 -07:00
Outfit.test.js fix bug resolving item fields under pet outfit 2020-07-02 14:33:47 -07:00
Pet.test.js fix bug resolving item fields under pet outfit 2020-07-02 14:33:47 -07:00
PetAppearance.test.js move restrictedZones from layer to PetAppearance 2020-08-31 23:18:30 -07:00
setup.js add snapshot tests for loadBodyName 2020-08-21 16:22:16 -07:00
Species.test.js cache item data when switching standard colors 2020-08-31 18:25:42 -07:00
SpeciesColorPair.test.js split query tests into separately runnable files! 2020-04-25 23:03:58 -07:00