ngrmm Posted March 28, 2021 Share Posted March 28, 2021 i need to search inside an table which is inside a repater which is inside a repeater matrix fiels so this is the structure: (matrix_repeater) -> (matrix_repeater_item) -> (repeater) -> (table) -> (table column [page reference field]) -> title or text_field $matches = $pages->find("matrix_repeater.matrix_repeater_item.repeater.table.table_page_reference.title%=$q"); is that even possible? Link to comment Share on other sites More sharing options...
adrian Posted March 28, 2021 Share Posted March 28, 2021 This sort of thing is possible, but you might find life easier with https://processwire.com/modules/search-engine/ - it will also be much more performant for the end user. 1 1 Link to comment Share on other sites More sharing options...
ngrmm Posted March 28, 2021 Author Share Posted March 28, 2021 wow! processWire is just amazing, thank you 1 Link to comment Share on other sites More sharing options...
adrian Posted March 28, 2021 Share Posted March 28, 2021 1 hour ago, ngrmm said: wow! processWire is just amazing, thank you Well, in this case, it's Teppo who is amazing ? 5 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now