minetest-mapserver / mapserver

Minetest realtime mapserver, written in go
Other
101 stars 22 forks source link

Search by owner #86

Open BuckarooBanzay opened 4 years ago

BuckarooBanzay commented 4 years ago

Linked issue: https://github.com/pandorabox-io/pandorabox.io/issues/457

I think it would be quite useful if on the online map, we could have search
results be filtered by the name of the owner of the object rather than
the name of the object
Also would be nice to be able to search to sell items,
i.e. search for the input rather than the output.
S-S-X commented 4 years ago

Currently searching for output seems to be different from searching for items to buy because when vendor is configured as depositor results are not exactly correct. I think this is not really fixed yet. https://github.com/pandorabox-io/pandorabox.io/issues/247

I do believe same happens when you search for input and depositors will be listed incorrectly. Could be that vendor simply swaps input/output function when vendor is configured as depositor.

BuckarooBanzay commented 4 years ago

Currently searching for output seems to be different from searching for items to buy because when vendor is configured as depositor results are not exactly correct. I think this is not really fixed yet.

No its not fixed yet...

I think i handled the whole input/output search too naive and may have to redo that again (https://github.com/minetest-mapserver/mapserver/blob/master/mapobject/fancyvend.go)

I also have no idea why i did half of the checks there :shrug: