thoughtbot / props_template

A very fast json builder for Rails
MIT License
145 stars 4 forks source link

Alias dig to search #18

Open jho406 opened 5 months ago

jho406 commented 5 months ago

props_template allows for traversing into a template https://github.com/thoughtbot/props_template?tab=readme-ov-file#traversing. Right now, that ability is enabled using thesearch: option on a block.

json.data(search: traversal_path) do
 .....
end

I would like to alias search to dig as that more closely aligns with the terminology used in https://thoughtbot.github.io/superglue/#/traversal-guide.

Since we don't want to break existing functionality, lets continue to allow search to work. We'll need to update documentation in this repo as well via a quick rename.