[openstreetmap/openstreetmap-website] Unify search result prefixes with id-tagging-schema (Issue #6641)

Andy Allan notifications at github.com
Tue Dec 23 10:14:04 UTC 2025


gravitystorm left a comment (openstreetmap/openstreetmap-website#6641)

> Query results are generated in JavaScript.

In general, we should be creating html (and therefore the prefix text shown) on the server. The current implementation of the query tool does everything client-side, but it would be better if it was making requests to a view in the rails app, and the rails app makes the query to the overpass instance (like how the search results work).

There are some technical issues (e.g. per-IP rate limiting) that would need to be fixed before this can happen, but that's not a hard blocker. I will leave it to others as to whether it's worth moving the query tool results display to the server side before or after making these translation changes in the client side..

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6641#issuecomment-3686056908
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/issues/6641/3686056908 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251223/215754c3/attachment.htm>


More information about the rails-dev mailing list