Service for item search
Web Programmer
The API backend doesn’t talk to a relational database — it talks to a backend server which basically serializes bits of the .dat file to XML/JSON. The canonical approach is to dump the data into a relational format and feed it to a fulltext index; the nature of our backend architecture currently makes this fairly difficult technically.
I think there are some third-party services which provide such an API, though I can’t recall which ones.
Ah, I see the issue now.
Thanks for clarifying! =)