The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is it possible to to do a where clause for a serialized field?
SELECT * from TABLE where customfield = 'specific serialized item' here is the serialized field PHP Code:
Quote:
|
#2
|
||||
|
||||
![]()
Is this a standard vB. table?
If not, change the table schema - serializing data like that is poor design. OR, if it's too late, duplicate the data into a new table, but only the stuff that is search-able. As for your question, you could probably use a regular expression to match it. Very slow, though. |
#3
|
|||
|
|||
![]()
it's the vb event table and those are the calendar custom fields
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|