search for: dynamicfield

Displaying 2 results from an estimated 2 matches for "dynamicfield".

2010 May 12
6
dynamic searchable fields, best practice?
...cate search interface that let user search on every single feature (including the dynamic ones) belonged to Lexicon model. I could have used a serialized text field to save all the dynamic information if they are not for searching. In case I want to let user search on all fields, I have created a DynamicField Model to hold all dynamically created features. But imagine I have 1,000,000,000 lexicon, and if one create a dynamic feature for every lexicon, this will result creating 1,000,000,000 rows in DynamicField model. So the sql search function will become quite inefficient while a lot of dynamic feat...
2006 Mar 09
13
[prototype] how i send Dynamic form field values??
I want to know how can i send the values of form fields build dynamic with prototype. i have the form as follow: <form id="id" method="post" action="url"> <div id="dynamicFields"></div> </form> with prototype i fill the dynamicFields DIV with <input> and <select> tags, but when i submit the form the values of dynamic fields are not send. Renso Vargas