Hi again,

I'm now working on the i18n of My Collection and to meet this goal the Lucene view by_id should be updated. Here is the new view, only a lang search key has been added:


  "by_id": {
      "defaults": {
          "store": "no"
      },
"index": "function(doc) {var ret=new Document(); ret.add(doc._id); ret.add(doc.lang); return ret;}"
  }


Regards,

Svetoslav
_______________________________________________________
fluid-work mailing list - [email protected]
To unsubscribe, change settings or access archives,
see http://fluidproject.org/mailman/listinfo/fluid-work

Reply via email to