NMerz
|
8653b9a035
|
Try storing serialized search object
Does not seem to be the best solution (https://stackoverflow.com/questions/17662236/java-write-object-to-mysql-each-field-or-serialized-byte-array) and does not entirely work, but saving it for posterity because there are some interesting changes here
|
2020-11-14 11:40:42 -05:00 |
|
NMerz
|
45c7ac15bd
|
Limit item search results
Add a limit on item search results so the user is not overwhelmed.
|
2020-10-24 11:53:12 -04:00 |
|
NMerz
|
56c9a3f99d
|
Switch to millis for times
There are issues with the serialization of the time objects since the constructors are not public. Passing times around in milliseconds avoid them.
|
2020-10-06 21:39:23 -04:00 |
|
NMerz
|
68051fdaca
|
Item Search V1
Still needs testing.
|
2020-10-05 22:54:43 -04:00 |
|