Currently i am building a website where every logged in user shall have access to a "my historic-site" where the historics are listed, which match a content-field: "usermail". The System is the current drupal 7 + views module.

My thought was to have something like a filter:

is equal to = $user->mail

I don't want use autor id, i need really really relation with usermail.

Comments

sanjay.soni’s picture

with Drupal default installation the above functionality is not available. you can create through Views module.
1. Create a view with the name of "Content search".
2. Add filter content type and expose filter field email.

Best Regards,
Sanjay
skype:er.sanjaysoni

Joekz’s picture

What do you mean by create a view with "content search"

sanjay.soni’s picture

Updated first point

Best Regards,
Sanjay
skype:er.sanjaysoni