how to get the grid item id
hello
I do have a books in my website
the pages of the books are stored in grid field.
every page is a grid entry, and you can get the targeted page using the pagination
https://ellislab.com/blog/entry/pagin...
option of the grid like:
site.com/books/view_book/url_title/{entry_id}/P1
site.com/books/view_book/url_title/{entry_id}/P2
site.com/books/view_book/url_title/{entry_id}/P3
if I found the result at the (P3) how can I reach it.
Low search was recommended by Ellis lab premium support for this issue
Replies
Low 29 Oct 2014 10:45
Are you using Low Search on your site? If so, can you email the license number to hi at gotolow dot com?
Jokhab 29 Oct 2014 11:20
sure I will send it right now
Jokhab 29 Oct 2014 11:28
sent
Low 29 Oct 2014 11:36
Low Search will return entries. If a keyword was found in a Grid row, the entry itself will be returned, as if it was the native channel:entries tag. If you need to link to a certain Grid row within that entry, you'd have to take care of that yourself.
If you use the method described in the link (the EllisLab blog), you should use /3 instead if /P3, where the 3 refers to the
Low 29 Oct 2014 12:13
As I explained, Low Search will return entries. Within those entries, you can display Grid rows. Possibly filtered rows using the search:column_name parameter.
If that's what you're after, then yes, Low Search can do that.
If not, then maybe you can describe an example of a search action; I'm still not 100% clear what you need, exactly.