Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A sample layout to retrieve English and French texts would be:

Code Block
"layout" : {
             "columns": [
          
    { "fkey": "1~en~0" },
 
             { "fkey": "1~fr~0" }
    
        ]
          
}


The "fkey" uniquely identifies a data column. It is composed as follows:

...