I am in need of some ideas about how to solve a problem for a client.
Currently they have on their site a section that contains board meeting minutes in pdf format. These pdfs have been indexed using htdig and are searchable by keyword.
They want to add minutes from meetings of another group, and they want them indexed and searchable.
The pdf files will be in a structure similar to:
mydomain.com/pdfs/BoardOfSupervisors/
mydomain.com/pdfs/WaterAssociation/
Each of these urls will contain pdf versions of each groups minutes.
My question is, what is the best way to separate the indexing of these urls so that when I do a search for Board of Supervisors minutes I'm not shown results that are from Water Association minutes? I can't have the two groups results mixing together.
Given that I'm a php programmerI would prefer a solution that uses php. I haven't been able to determine what the best course of action will be.



I would prefer a solution that uses php. I haven't been able to determine what the best course of action will be.



Bookmarks