-
Notifications
You must be signed in to change notification settings - Fork 14
Custom rendering templates
dbuthay edited this page Jun 8, 2011
·
3 revisions
Sometimes you'll want to override the default templates used to render results. [Indextank-jquery][] allows you to do so, so you can get almost any look you want.
Before writing a custom rendering template, you should consider a few things.
- If the default examples look good enough for you, but you can't get it to display that way for your index, check the Field Naming Guidelines
- If the rendering is OK, but you want to tweak the style, check the CSS Rules
You need to know how to code a bit of javascript, and write some HTML.
TODO
There's an example on the README.md file. I'll add some more soon.