Donate Share

Plomino

Subscribe

adding an item to the index

You are viewing a single message from this topic. View all messages.

  1. 2009-10-14 10:04:56 UTC

    Hello,

    you can do it manually via the ZMI: go to your plomino db design tab / Others / Index then go to Indexes tab and add a new one

    you can also do it by script: plominoDocument.getParentDatabase().getIndex().createFieldIndex("yourfield", "TEXT")

    but in both cases, the index will be destroyed by any db refreshing

    refresh rebuilds entirely the index and it only uses the fields declared into forms

    so the best way is just to add a field in a form (even if you do not display it in the form layout), just to make sure the index is properly created

    regards

    eric

< Previous | 1 | Next >

Add a Reply

You can use Markdown syntax in your reply.

Preview

Monitor this

Log in to monitor this topic. Not registered? Create an account to receive email updates when replies are posted to this topic. If you do not log in or register, your reply will be added anonymously.