Search

Google Custom Search Platform Spreads

2 min read
2 views

Something that’s “custom” is usually rare; it’s often, in fact, unique.  Yet the Google Custom Search platform is available to just a lot of folks, as a new announcement states that it’s accessible in 40 languages and roughly 80 countries.

Google Custom Search Platform Spreads Google’s Custom Search is available in two flavors: “free” and “Business Edition.”  While a cynic might expect the Business Edition to spread just a little bit faster, the expansion has affected both versions equally.  Also, a cynic who’s not familiar with the software might think this is one of Google’s less-important programs, but that’s not exactly the case.

“The UK Parliament uses CSBE on its website to make nine million documents easily accessible to the public,” note Nitin Mangtani and Rajat Mukherjee on the ' /></a>
This development, then, is something that a lot of people are likely to appreciate.  Look for more news to emerge along these lines, though - 80 countries is an impressive tally, but by most counts, there are 192 in the world.</p>                </div>
                
                <script>
                (function() {
                    function initCopyableSections() {
                        document.querySelectorAll('.article-content .copyable-section').forEach(function(section) {
                            if (section.querySelector('.copyable-section__btn')) return;
                            var btn = document.createElement('button');
                            btn.type = 'button';
                            btn.className = 'copyable-section__btn';
                            btn.setAttribute('aria-label', 'Copy to clipboard');
                            var label = section.getAttribute('data-copy-label');
                            btn.textContent = label ? 'Copy ' + label : 'Copy';
                            section.appendChild(btn);
                            btn.addEventListener('click', function() {
                                var contentEl = section.querySelector('.copyable-section__content');
                                var text;
                                if (contentEl) {
                                    text = contentEl.textContent.trim();
                                } else {
                                    var clone = section.cloneNode(true);
                                    var btnClone = clone.querySelector('.copyable-section__btn');
                                    if (btnClone) btnClone.parentNode.removeChild(btnClone);
                                    text = clone.textContent.trim();
                                }
                                if (!text) return;
                                navigator.clipboard.writeText(text).then(function() {
                                    var t = btn.textContent;
                                    btn.textContent = 'Copied!';
                                    btn.classList.add('copied');
                                    setTimeout(function() {
                                        btn.textContent = t;
                                        btn.classList.remove('copied');
                                    }, 2000);
                                });
                            });
                        });
                    }
                    if (document.readyState === 'loading') {
                        document.addEventListener('DOMContentLoaded', initCopyableSections);
                    } else {
                        initCopyableSections();
                    }
                })();
                </script>
                
                <!-- Tags -->
                                
                <!-- Correction Form -->
                <div class=

Found an error or have a suggestion? Let us know and we'll review it.

Share this article

Comments (0)

Please sign in to leave a comment.

No comments yet. Be the first to comment!