4. Can I search by the listing id?

In short yes you can. However you will need to modify your template files.

Normally for a feature like this you would want a small form maybe at the top of your site so that is how we will set this up.

First open your layout.tpl.php file and locate the place you want to add this form.

Next include the following code:

< form method = "get" action = "searchresults.php" >
<input type = "text" name = "adid" />
<input type = "submit" name = "Submit" value = "Go" />
</form >