Project

General

Profile

Actions

Feature #6464

closed

Use the Search Model to store the query parameters for the Profile Model

Added by Lauren Walker over 10 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
Start date:
03/13/2014
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:

Description

Rather than recreating a query and passing it to the Profile Model, who then has to parse the query as needed, we should just reuse the Search Model for its query storage capabilities.

The Profile Model will still exist to store statistics gathered from Solr.

This will also allow a smooth transition to viewing statistics about a particular search since the same Model will be used for both.

Actions #1

Updated by Lauren Walker about 10 years ago

  • Target version changed from 1.5.0 to 1.6.0
Actions #2

Updated by Lauren Walker about 10 years ago

  • Target version changed from 1.6.0 to 1.7.0
Actions #3

Updated by Lauren Walker over 9 years ago

  • Target version changed from 1.7.0 to 1.8.0
Actions #4

Updated by Lauren Walker over 8 years ago

  • Target version deleted (1.8.0)
Actions #5

Updated by Lauren Walker over 8 years ago

  • Status changed from New to Resolved

I think the way the model works now is fine - a query is constructed using the Search Model and is passed to the Stats Model. The Stats Model will internally construct query strings, but I think that's ok for now...

Actions

Also available in: Atom PDF