Search per siteaccess?

Author Message

Eivind Marienborg

Monday 25 July 2005 3:57:04 am

Greetings :)

Here's the case:
My site has two siteaccesses, one for regular users, and one for admins. I have personal information like name, adress etc in the user class.

I want my regular users to be able to search in usernames, but <b>not</b> in realnames and adresses. But I still want the admins to be able to search realnames and adresses.

I can't think of anything clever here. Disabling the attributes for searching will disable the admins from searching in it too, so that's out of the question.

An approach could be to have separate search tables, but that doesn't sound like the easy way out.. ;)

Any ideas, anyone?

Eivind :)

Nabil Alimi

Monday 25 July 2005 6:31:55 am

Can't you achieve this by having 2 search forms each one searching in different fields ?

(Or maybe I didnt catch your problem at all.^^)

My blog : http://www.starnab.com/ezpublish / http://www.starnab.com/ / http://www.assiki-consulting.com
eZ Publish Freelance developper. Feel free to contact me +33 674 367 057
nabil at assiki d0t fr

Mikael Johansson

Monday 25 July 2005 11:11:43 am

Maybe you could override the search result template at the user site and filter out "illegal" search options?

In other words: override
design/standard/templates/content/advancedsearch.tpl with a template that does not include searchresult.tpl if illegal options are set.

Mikael Johansson, Sweden

Eivind Marienborg

Monday 25 July 2005 11:25:01 am

That's not as easy as it seems.. I don't only have to prevent sensitive information to be displayed, I also need it not to be revealed.

Let's say someone searches for John Hansen, and gets one hit. Then they can be sure that John Hansen is registered.

So, if I am to do this in simple template code, I need to know what attribute the search matched, and do the elimination on that. But that doesn't sound like the easy way out either.. ;)

But thanks for the input, though :)

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 19 2025 01:11:32
Script start
Timing: Jan 19 2025 01:11:32
Module start 'layout'
Timing: Jan 19 2025 01:11:32
Module start 'content'
Timing: Jan 19 2025 01:11:33
Module end 'content'
Timing: Jan 19 2025 01:11:33
Script end

Main resources:

Total runtime0.8582 sec
Peak memory usage4,096.0000 KB
Database Queries62

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0076 590.2656152.6250
Module start 'layout' 0.00760.0034 742.890639.4453
Module start 'content' 0.01110.8454 782.3359586.9453
Module end 'content' 0.85650.0017 1,369.281312.4844
Script end 0.8582  1,381.7656 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00360.4158160.0002
Check MTime0.00140.1623160.0001
Mysql Total
Database connection0.00090.105710.0009
Mysqli_queries0.797192.8721620.0129
Looping result0.00110.1335600.0000
Template Total0.819795.520.4099
Template load0.00210.249320.0011
Template processing0.817695.261420.4088
Template load and register function0.00010.011110.0001
states
state_id_array0.00110.123410.0011
state_identifier_array0.00140.162220.0007
Override
Cache load0.00180.2065260.0001
Sytem overhead
Fetch class attribute can translate value0.00080.097430.0003
Fetch class attribute name0.00110.126860.0002
XML
Image XML parsing0.00120.134730.0004
class_abstraction
Instantiating content class attribute0.00000.001770.0000
General
dbfile0.00180.2097220.0001
String conversion0.00000.001140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 17
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs