add cetera and other API links into ODN
It'd be awesome if you could grab a pre-generated Cetera query string that matches what you're searching for in the UI. We need to generate that URL anyway for our own query.
Dirty secret is that odn is using a non public "q_internal" parameter for cetera :(
Mark Silverberg (m) 512 826 7004 http://twitter.com/skram
On Nov 17, 2015, at 6:23 PM, Chris Metcalf [email protected] wrote:
It'd be awesome if you could grab a pre-generated Cetera query string that matches what you're searching for in the UI. We need to generate that URL anyway for our own query.
— Reply to this email directly or view it on GitHub.
IIRC, that just gets a few extra fields in the output, otherwise it's supposed to be the same.
I thought it's using specialer elastic search syntax
Mark Silverberg (m) 512 826 7004 http://twitter.com/skram
On Nov 17, 2015, at 6:34 PM, Chris Metcalf [email protected] wrote:
IIRC, that just gets a few extra fields in the output, otherwise it's supposed to be the same.
— Reply to this email directly or view it on GitHub.
Ah yes, that's the option that allows you to pass in specialier stuff. I believe you are correct.
Just using q_internal for the topic/geo-region queries, i.e. when you're on a topic and 1 or more geo -regions. Rest is all vanilla cetera. Want to prove the model works, then we can get the more flexible category definitions back into cetera.
punting for now.