Idea/question about weweb search element

Hey !

Quick question here : how could i find a text value in my project (for example used to say rather a collection item data.value = “someText“)

How to find the “someText“ ?

I thought about downloading the code and search through it, just wondering if there is a simpler method …

Thanks

Have a good one !

Hello @Philibert,

You can press ctrl+F (or cmd+F) to display our finder. Then you can select “custom”. And you should be able to search where your text is used in your app

Oh great thanks, did not see the “custom“

Thanks !