Re: index within the string of the first occurrence of the word for a searchable content in liveserver

2009-01-13 Thread Kobiashvili, Laura
the first occurrence of the word for a searchable content in liveserver You will need to use a python script for that. HTH. Regards, Richard Hauer 5 Limes Pty Limited www.5Limes.com.au On Jan 13, 6:21 pm, RDNewbee wrote: > I need to get a position index into dynament for

Re: index within the string of the first occurrence of the word for a searchable content in liveserver

2009-01-13 Thread Richard Hauer (5 Limes)
You will need to use a python script for that. HTH. Regards, Richard Hauer 5 Limes Pty Limited www.5Limes.com.au On Jan 13, 6:21 pm, RDNewbee wrote: > I need to get a position index into dynament for a search. For example > if the field has a value "Search for the book",

index within the string of the first occurrence of the word for a searchable content in liveserver

2009-01-12 Thread RDNewbee
I need to get a position index into dynament for a search. For example if the field has a value "Search for the book", I need to get the index within this string of the first occurrence of the word 'book', I could not find any inline functions for dynaments that returns index for the string. Is t