torontomulibrary / rula-finder

Find your books... Fast!
http://apps.library.ryerson.ca/bookfinder/
GNU Affero General Public License v3.0
17 stars 2 forks source link

Have item on multiple floors #4

Open misilot opened 9 years ago

misilot commented 9 years ago

Hi,

I am having trouble setting this up. How would I go about making it so a book can show up on multiple floors?

Thanks

steven1350 commented 9 years ago

Hi,

The way we setup multiple floor item mapping currently relies on our catalogue (see this example: http://catalogue.library.ryerson.ca/record=b1768874~S0). The code takes this page, screenscrapes all locations into an array, and passes this to the front end via JSON.

I would take a look at "application/models/model_api.php" and see how catalogue_info() handles locations if you are having trouble.