Hi, Magma People<br><br>The question is: is there a way to force&nbsp; an index to update its keys? or&nbsp; Suposing an index is not properly updated or is not updated at all, can I force this updating?<br><br>You would demand: why do you need this? Perhaps something is wrong in your objects, so the index is not updated.<br>
<br>No, the problem is that this index doen&#39;t match with an instance variable of the objects in the collection. It&#39;s a key generated when other condiciones changes, produced by a message, not an instance vairable. <br>
I suposse that magma doesn&#39;t update the indec because there&#39;s no changes&nbsp; in&nbsp; variables. Am I wright?<br><br>But you would insist: why do you need this? A &quot;calculated&quot; index? Why don&#39;t you use a variable?<br>
<br>I have this situation: there are several methods for testing the objects, that answer a boolean. I need to filter the collections regarding wich objects answer true, and wich others answer false. I need something like a filter, but I didn&#39;t find it.&nbsp; The way I found to solve this problem is to generate a single key that uses the boolens as they were bits, so with an integer index, I cant retrieve the objetos with several filterings. But the index is not updated!&nbsp; The only way is to remove and recreate it. <br>
<br>Thanks in advance.<br><br>Norberto<br><br><br>