vBulletin v6.1.0

criteria.php

Class to handle state about the requested search.

Handles capturing user level search terms and drilling them down to a form more digestable to search implementations. Handles creating a user readable display of the search requested. Stores search terms for creation of a backlink reference.

Insuffienct thought was given to how to store the search values internally. That is, what needs to be persisted and what can be generated on each load of the object. We are storing more than we need to and there is some duplication of effort in terms of passing all of the required information to the object. It works though, so its not a high priority to change

Table of Contents

Classes

vB_Search_Criteria
vB_Search_Criteria

        
On this page

Search results