You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to haw...@googlegroups.com
I notice you can have multiple indexes in the same page file but can you create two or more indexes on the same value? For instance, if I have a list of users, can I index them by ID and by name without storing the user value twice?
Thanks
Curtis
Hiram Chirino
unread,
Jul 9, 2011, 5:36:23 PM7/9/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to haw...@googlegroups.com
No. Typically you do this by having the 2nd index values be a key into the 1st index.