<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Search and Results]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<p dir="auto">I'm new to AppDrag and I'm trying to create a simple search with results view page. I've create the API function and am now trying to built a simple page. I've set up the datasource binding and button action.</p>
<p dir="auto">Obviously I'm overseeing something as I do not get any results.</p>
<p dir="auto">Does anybody have any suggestions on what I might be doing wrong and/or how to tackel this?</p>
<p dir="auto">Thanks in advance and best regards - Dick</p>
<p dir="auto">P.s.: screenshots of api function and page ...<br />
<img src="/assets/uploads/files/1592759874608-screenshot-2020-06-21-at-19.13.43.png" alt="Screenshot 2020-06-21 at 19.13.43.png" class="img-responsive img-markdown" /><br />
<img src="/assets/uploads/files/1592759885991-screenshot-2020-06-21-at-19.14.04.png" alt="Screenshot 2020-06-21 at 19.14.04.png" class="img-responsive img-markdown" /><br />
<img src="/assets/uploads/files/1592759999682-screenshot-2020-06-21-at-19.19.45.png" alt="Screenshot 2020-06-21 at 19.19.45.png" class="img-responsive img-markdown" /></p>
]]></description><link>https://community.appdrag.com/topic/146/search-and-results</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 10:56:34 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/146.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 21 Jun 2020 17:20:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Search and Results on Sun, 23 Aug 2020 11:58:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/289">@Linda-MacDonald</a> said in <a href="/post/1218">Search and Results</a>:</p>
<blockquote>
<p dir="auto">minisearch</p>
</blockquote>
<p dir="auto"><a href="https://github.com/lucaong/minisearch" rel="nofollow ugc">https://github.com/lucaong/minisearch</a><br />
<a href="https://lucaong.github.io/minisearch/examples/" rel="nofollow ugc">https://lucaong.github.io/minisearch/examples/</a></p>
<p dir="auto">I've checked it and it seems great, similar to algolia but a bit simpler and free <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://community.appdrag.com/post/1241</link><guid isPermaLink="true">https://community.appdrag.com/post/1241</guid><dc:creator><![CDATA[Joseph Benguira]]></dc:creator><pubDate>Sun, 23 Aug 2020 11:58:16 GMT</pubDate></item><item><title><![CDATA[Reply to Search and Results on Thu, 20 Aug 2020 07:33:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/190">@Dick-Honing</a> <a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/9">@Daniel-Mulroy</a> <a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/16">@Joseph-Benguira</a> <a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@Wassim</a> <a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/208">@ThomasD</a> I don't know if this helps any but I am always on the lookout for cool search functionality and stumbled upon a really cool one yesterday - it gives you real-time search, i.e. search results as you type. It's platform agnostic so you can use it with any flavour of javascript and open source (free to use) <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /> it's called minisearch and can be found on github - if you scroll down on their github page they even have a cdn link so making it more userfriendly for non-tech use.  Just thought I'd mention</p>
]]></description><link>https://community.appdrag.com/post/1218</link><guid isPermaLink="true">https://community.appdrag.com/post/1218</guid><dc:creator><![CDATA[Linda MacDonald]]></dc:creator><pubDate>Thu, 20 Aug 2020 07:33:35 GMT</pubDate></item><item><title><![CDATA[Reply to Search and Results on Wed, 24 Jun 2020 07:50:16 GMT]]></title><description><![CDATA[<p dir="auto">Hi Dick,</p>
<p dir="auto">I replied in your other thread about javascript for URL parameters.</p>
<p dir="auto">I just wanted to check, have you considered/tried using AppDrag's shop? It has a built-in search feature for this purpose <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /><br />
<img src="/assets/uploads/files/1592985011827-screenshot-2020-06-24-08.49.38.png" alt="Screenshot 2020-06-24 08.49.38.png" class="img-responsive img-markdown" /></p>
]]></description><link>https://community.appdrag.com/post/470</link><guid isPermaLink="true">https://community.appdrag.com/post/470</guid><dc:creator><![CDATA[Daniel Mulroy]]></dc:creator><pubDate>Wed, 24 Jun 2020 07:50:16 GMT</pubDate></item><item><title><![CDATA[Reply to Search and Results on Wed, 24 Jun 2020 05:38:10 GMT]]></title><description><![CDATA[<p dir="auto">I can confirm you will need custom javascript code to call your API endpoint and generate results to be added on the page<br />
without page reload</p>
<p dir="auto">Another option might be Dynamic Datasource, please check this video tutorial: <a href="https://academy.appdrag.com/FullStack-with-cloud-backend-Episode-5.html" rel="nofollow ugc">https://academy.appdrag.com/FullStack-with-cloud-backend-Episode-5.html</a></p>
<p dir="auto">But I believe first option with javascript is really what you are looking for</p>
]]></description><link>https://community.appdrag.com/post/466</link><guid isPermaLink="true">https://community.appdrag.com/post/466</guid><dc:creator><![CDATA[Joseph Benguira]]></dc:creator><pubDate>Wed, 24 Jun 2020 05:38:10 GMT</pubDate></item><item><title><![CDATA[Reply to Search and Results on Tue, 23 Jun 2020 14:31:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/208">@ThomasD</a> Hi Thomas, I do not want to search the html pages, but let the user enter a value in a text (input) field, click a button (Search/Find) which calls my API Function. Then I want to display the found records in a list on that same page. See for example this screenshot of something I built in FileMaker and now want to reproduce this in AppDrag.<img src="/assets/uploads/files/1592922664367-screenshot-2020-06-23-at-16.30.22.png" alt="Screenshot 2020-06-23 at 16.30.22.png" class="img-responsive img-markdown" /></p>
]]></description><link>https://community.appdrag.com/post/463</link><guid isPermaLink="true">https://community.appdrag.com/post/463</guid><dc:creator><![CDATA[Dick Honing]]></dc:creator><pubDate>Tue, 23 Jun 2020 14:31:20 GMT</pubDate></item><item><title><![CDATA[Reply to Search and Results on Tue, 23 Jun 2020 08:55:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/190">@Dick-Honing</a> Can't search normal .html pages in Appdrag, you'd need an external indexing service like <a href="https://www.algolia.com/" rel="nofollow ugc">https://www.algolia.com/</a></p>
]]></description><link>https://community.appdrag.com/post/451</link><guid isPermaLink="true">https://community.appdrag.com/post/451</guid><dc:creator><![CDATA[ThomasD]]></dc:creator><pubDate>Tue, 23 Jun 2020 08:55:09 GMT</pubDate></item><item><title><![CDATA[Reply to Search and Results on Tue, 23 Jun 2020 07:45:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@wassim</a> Is it not possible to do a simple search and results page via AppDrag's page builder?</p>
]]></description><link>https://community.appdrag.com/post/449</link><guid isPermaLink="true">https://community.appdrag.com/post/449</guid><dc:creator><![CDATA[Dick Honing]]></dc:creator><pubDate>Tue, 23 Jun 2020 07:45:07 GMT</pubDate></item><item><title><![CDATA[Reply to Search and Results on Tue, 23 Jun 2020 07:34:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/190">@Dick-Honing</a></p>
<p dir="auto">There are many, see this one for a simple-to-use one:<br />
<a href="https://lucaong.github.io/minisearch/" rel="nofollow ugc">https://lucaong.github.io/minisearch/</a></p>
<p dir="auto">You need to use the back-end to build the index and save it to a file.</p>
<p dir="auto">Then a new function to return the Index file to the browser, load that into minisearch and do the search in an input.</p>
]]></description><link>https://community.appdrag.com/post/447</link><guid isPermaLink="true">https://community.appdrag.com/post/447</guid><dc:creator><![CDATA[ThomasD]]></dc:creator><pubDate>Tue, 23 Jun 2020 07:34:26 GMT</pubDate></item><item><title><![CDATA[Reply to Search and Results on Tue, 23 Jun 2020 07:10:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/208">@ThomasD</a> Hi Thomas, thanks for the tip! Do you know where I can find examples of such a javascript search?</p>
]]></description><link>https://community.appdrag.com/post/446</link><guid isPermaLink="true">https://community.appdrag.com/post/446</guid><dc:creator><![CDATA[Dick Honing]]></dc:creator><pubDate>Tue, 23 Jun 2020 07:10:33 GMT</pubDate></item><item><title><![CDATA[Reply to Search and Results on Tue, 23 Jun 2020 07:09:09 GMT]]></title><description><![CDATA[<p dir="auto">You must do some Javascript to do it this way</p>
]]></description><link>https://community.appdrag.com/post/445</link><guid isPermaLink="true">https://community.appdrag.com/post/445</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Tue, 23 Jun 2020 07:09:09 GMT</pubDate></item><item><title><![CDATA[Reply to Search and Results on Tue, 23 Jun 2020 07:06:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@wassim</a> Hi Wassim, thanks for you advise. Can you please tell me how I can get the value of input field FirstName in the URL? <img src="/assets/uploads/files/1592895941159-screenshot-2020-06-23-at-09.03.53.png" alt="Screenshot 2020-06-23 at 09.03.53.png" class="img-responsive img-markdown" /></p>
]]></description><link>https://community.appdrag.com/post/444</link><guid isPermaLink="true">https://community.appdrag.com/post/444</guid><dc:creator><![CDATA[Dick Honing]]></dc:creator><pubDate>Tue, 23 Jun 2020 07:06:03 GMT</pubDate></item><item><title><![CDATA[Reply to Search and Results on Tue, 23 Jun 2020 06:24:25 GMT]]></title><description><![CDATA[<p dir="auto">If your lists are of reasonable size  (&lt; 0.5MB) I'd suggest using javascript for search, or you'll run out of back-end function time faster than you'd expect.</p>
]]></description><link>https://community.appdrag.com/post/443</link><guid isPermaLink="true">https://community.appdrag.com/post/443</guid><dc:creator><![CDATA[ThomasD]]></dc:creator><pubDate>Tue, 23 Jun 2020 06:24:25 GMT</pubDate></item><item><title><![CDATA[Reply to Search and Results on Tue, 23 Jun 2020 06:08:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/190">@Dick-Honing</a>  it seems your function is working because when I search Dick, it appears in the results.</p>
<p dir="auto">If we go to your page directly with the good URL, it works too  (<a href="https://ecxs-225c83.appdrag.site/My-Account.html?name=dick" rel="nofollow ugc">https://ecxs-225c83.appdrag.site/My-Account.html?name=dick</a>)<br />
<img src="/assets/uploads/files/1592892401764-e9536f3d-c16e-49a0-87eb-9c4ee425a179-image.png" alt="e9536f3d-c16e-49a0-87eb-9c4ee425a179-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">I see you're trying to use CloudBackend actions but it's more for form submission. Here you just want on the click of your button to redirect to this page with the query string parameter <strong>?name=FirstNameValue</strong></p>
]]></description><link>https://community.appdrag.com/post/442</link><guid isPermaLink="true">https://community.appdrag.com/post/442</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Tue, 23 Jun 2020 06:08:14 GMT</pubDate></item><item><title><![CDATA[Reply to Search and Results on Mon, 22 Jun 2020 21:17:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/9">@Daniel-Mulroy</a> Hi Daniel, thanks for the tips. However, neither one of them shows an example of a find/search field with a button that finds the records and displays them in some kind of list/table ...</p>
]]></description><link>https://community.appdrag.com/post/439</link><guid isPermaLink="true">https://community.appdrag.com/post/439</guid><dc:creator><![CDATA[Dick Honing]]></dc:creator><pubDate>Mon, 22 Jun 2020 21:17:57 GMT</pubDate></item><item><title><![CDATA[Reply to Search and Results on Mon, 22 Jun 2020 21:15:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@wassim</a> <a href="https://ecxs-225c83.appdrag.site/My-Account.html" rel="nofollow ugc">https://ecxs-225c83.appdrag.site/My-Account.html</a></p>
<p dir="auto">I hope you don't mind the mess ... I'm just playing around with the sample templates to test a few things out. And searching a database an displaying the results is essential for me. Thanks in advance.</p>
]]></description><link>https://community.appdrag.com/post/438</link><guid isPermaLink="true">https://community.appdrag.com/post/438</guid><dc:creator><![CDATA[Dick Honing]]></dc:creator><pubDate>Mon, 22 Jun 2020 21:15:50 GMT</pubDate></item><item><title><![CDATA[Reply to Search and Results on Mon, 22 Jun 2020 17:22:20 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Have you followed the steps to create the visual elements on PageBuilder?</p>
<p dir="auto"><a href="https://support.appdrag.com/blog/58-Dynamic-Data-Sources.html?category=13" rel="nofollow ugc">https://support.appdrag.com/blog/58-Dynamic-Data-Sources.html?category=13</a><br />
or<br />
<a href="https://academy.appdrag.com/FullStack-with-cloud-backend-Episode-5.html" rel="nofollow ugc">https://academy.appdrag.com/FullStack-with-cloud-backend-Episode-5.html</a></p>
<p dir="auto">Once you have the datasource binding and the button action, you still have to create the elements on the page that will contain / represent the results. I can't be sure without more information, but that may be what you're missing!</p>
]]></description><link>https://community.appdrag.com/post/437</link><guid isPermaLink="true">https://community.appdrag.com/post/437</guid><dc:creator><![CDATA[Daniel Mulroy]]></dc:creator><pubDate>Mon, 22 Jun 2020 17:22:20 GMT</pubDate></item><item><title><![CDATA[Reply to Search and Results on Mon, 22 Jun 2020 06:31:41 GMT]]></title><description><![CDATA[<p dir="auto">Hi, can you share a link so we can see your frontend implementation?</p>
]]></description><link>https://community.appdrag.com/post/431</link><guid isPermaLink="true">https://community.appdrag.com/post/431</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Mon, 22 Jun 2020 06:31:41 GMT</pubDate></item></channel></rss>