I'm doing an integration of SmugMug and WordPress and I'm looking for a way to search a users SmugMug account from within the local site. Although I'm using WP this applies much wider and input or advice from anyone who has done something similar would be much appreciated!
As of now, I see a few approaches:
1) Have a script post a search-term to to the SmugMug engine and "rake" the results to display. Not very elegant, but would be fast and benefit from the SmugMug engine finesse.
2) Faking links to feeds and implement it as search result
3) Using the API to (at regular intervals) build a local library, searching this instead of the actual live data at SmugMug.
4) Waiting for the 1.4.0 API and hope that will include search support...
How would/did YOU do it?