Giter VIP home page Giter VIP logo

Comments (6)

cahyadsn avatar cahyadsn commented on July 19, 2024 1

sebenernya sih mudah aja, tinggal query pake SELECT * FROM wilayah WHERE namaLIKE '%nama_desa%' dapat list sesuai query yg diberikan, format hasil querynya utk dibuat dropdownlist, dan jika option di dropdownlistnya dipilih tinggal query lagi sesuai kode wilayahnya ke tabel wilayah .. simple like that :)

from wilayah.

cahyadsn avatar cahyadsn commented on July 19, 2024 1

-- pencarian secara langsung belum tersedia di versi open source

from wilayah.

cahyadsn avatar cahyadsn commented on July 19, 2024

bisa dijelaskan format/contoh inputan dan output yang diharapkan ?

from wilayah.

yus-ham avatar yus-ham commented on July 19, 2024

Ini ya Pak, jika boleh data jsonnya yang di link demo, saya mau jadikan sebagai service untuk aplikasi saya.

Ini misalnya pencarian dengan nama desa
GET /search-desa?query=$nama_desa

result:

{
	data: [
		{id:1, nama:"nama_desa"},
		{id:5, nama:"nama_desa"},
		// etc
	 ]
}

lalu dari hasil tesebut bisa di pilih satu (dropdownlist) untuk GET /detail-desa seperti yang sudah ada. Jadi ini pencariannya dengan nama desa bukan pencarian dari provinsi>kab>desa
seperti itu gambarannya
Thanks

from wilayah.

dodysat avatar dodysat commented on July 19, 2024

Update data terakhir kapan itu bang?

from wilayah.

cahyadsn avatar cahyadsn commented on July 19, 2024

untak data di demo version, update data sesuai permendagri no 137 tahun 2017
http://cahyadsn.phpindonesia.id/wilayah

from wilayah.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.